You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added CommonJS module support for configuration. Standard JSON seems to be ... difficult to load and convert to a JavaScript object, so I just used module.exports and it's one LOC to load it.
If reusing the commit is problematic, I can branch or something. JSON loading is generic enough it should go into lib anyways.
I added CommonJS module support for configuration. Standard JSON seems to be ... difficult to load and convert to a JavaScript object, so I just used module.exports and it's one LOC to load it.
If reusing the commit is problematic, I can branch or something. JSON loading is generic enough it should go into lib anyways.
See code here: drewwells/jodoc-js@0a111f4
Edit: Path lookup fixes (allowing relative lookup of files) drewwells/jodoc-js@779fa05
The text was updated successfully, but these errors were encountered: