arisone
arisone
I've done a little test to explain well what I mean. I've created 4 modules (written in typescript and transpiled with module set to commonjs). The relation between modules is...
I've found the moment when the change has been made: [Use real JS object whenever we need an instance of Bindings](https://github.com/coveo/nashorn-commonjs-modules/pull/17/commits/c1f9ff6704d690056879c75ec4377e49db4158bc#diff-5533872e694dd99b27b1ffdf018dc5f5R293). but I don't understand why the `module.putAll(engineScope)` has been...
Don't worry @malaporte and thanks for your response. I'd like to contribute. I've read this ([Nashornjsr223 enginenotes --global-per-engineoption](https://wiki.openjdk.java.net/display/Nashorn/Nashorn+jsr223+engine+notes#Nashornjsr223enginenotes---global-per-engineoption)) and some other posts on the mailing list of Nashorn. I've examined...