The aim of above snippet is to forget the usage of require ... here some example:
module.sys.puts("Hello implicit require");
var fs = module.fs;
fs.stat( ... );
It's compatible with nested namespaces too and if there are non JS chars in the middle ... well:
var Proxy = module["node-proxy"];
1 comment:
Clever but doesn't actually save any typing...
Post a Comment