malaporte / nashorn-commonjs-modules

CommonJS modules support for Nashorn
MIT License
108 stars 31 forks source link

Scripts may export objects that are not `Bindings` #4

Closed szeiger closed 8 years ago

szeiger commented 8 years ago

In particular, a script may set exports to a string. This fails because RequireFunction.require expects exports to be of type Bindings, which is enforced when reassigning a new exports which was created by a script.