felixge / node-sandboxed-module

A sandboxed node.js module loader that lets you inject dependencies into your modules.
MIT License
342 stars 42 forks source link

Add Option for ignoreMissing - Fixes #64 #65

Open aetherwalker opened 6 years ago

nomiddlename commented 6 years ago

I extended this to work with modules that are required by sandboxed modules as well. Take a look at this commit for the details. Not sure of the best way to incorporate that into this PR, @aetherwalker . Anyway, my fork is published to NPM as @log4js-node/sandboxed-module, but I'd be happy to remove if this change is merged - in the meantime feel free to use it.