Similar to coffeescript's --nodejs option, it would be nice to be able to pass arguments to node when using nesh.
My use case is that I have a script that I run on start using the -e option, it loads a lot of modules for convenience, and I'd like to use --harmony-proxies to lazy load them (using a pattern similar to what python's nltk does).
Similar to coffeescript's
--nodejs
option, it would be nice to be able to pass arguments to node when using nesh.My use case is that I have a script that I run on start using the
-e
option, it loads a lot of modules for convenience, and I'd like to use--harmony-proxies
to lazy load them (using a pattern similar to what python's nltk does).