malaporte / nashorn-commonjs-modules

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

record filename of to be compiled module in script engine. #18

Closed kevbob1 closed 7 years ago

kevbob1 commented 7 years ago

i manage a project w/ many, many files. Being able to trace errors to a filename & line number is critical. This change helps with doing that.

kipz commented 7 years ago

Are you able to add a test for this?

kevbob1 commented 7 years ago

added test.