Hi Brett
On 05/30/2013 07:48 PM, Brett Wooldridge wrote:
Akhil,
Is the node.jar source available in a public repo somewhere? If not, when
will it be? I'm trying to add nashorn support to vertx (http://vertx.io),
which currently uses rhino, but it relies on the recent addition of
commonjs support to rhino. I understand that with node.jar I would pick up
this support, is that true?
Node.jar sources are not public at this time. Node.jar complies with the
Node.js module spec (which is slightly different from the CommonJS
module spec), so the availability of Node.jar may not be of much help here.