In node.js, APIs are exported through module.exports command from the library files. All variables defined in loaded js file are unacessible. Therefore I wonder, will there be any support for node.js and/or Require.js?
I can edit it myself of course, but that's not what I meant.
In node.js, APIs are exported through
module.exports
command from the library files. All variables defined in loaded js file are unacessible. Therefore I wonder, will there be any support for node.js and/or Require.js?I can edit it myself of course, but that's not what I meant.