nodules icon indicating copy to clipboard operation
nodules copied to clipboard

Asynchronous URL-based CommonJS module loader for Node with automated dependency resolution and module reloading

Results 15 nodules issues
Sort by recently updated
recently updated
newest added

Binary modules can't be require()d since nodules adds `.js` suffix to module name. If I make a symlink `ln -s binmodule binmodule.js` to simulate vanilla module, I get ` rker){ELF...

Error 101 (net::ERR_CONNECTION_RESET): Unknown error.

NVM, just got misled by multi-node -- several processes, several fresh require()s --Vladimir Hi! Seems like require() under nodules executes the module code so many times as require() is called!...

Is there any chance of getting the auto reloader only with out the whole package downloading (or disable it) as it takes up another 10mgs of memory and the servers...

I have a proof of concept package that I believe demonstrates an issue with the 'overlays' functionality For this mapping: { "mappings": { "main": "./lib/main" }, "overlay": { "node": {...