lazily require modules in node.js
Lazy require allows you to require modules lazily, meaning that when you lazy require a module that is missing, lazy require will automatically install it for you.
Lazily evaluate object properties. Lazy require modules
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
test
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals