SourceMaps

2016-12-02 Thread Art Fiedler
A long time from now, in a galaxy far, far away... jdk9 came today 07/27/2017 :) I definitely do believe it's an important feature, most web tech now a days supports source maps and a portion of the open source project I'm working on uses a source transformer to inject some Interrupt checks among

Re: SourceMaps

2016-11-30 Thread Sundararajan Athijegannathan
ce to provide SourceMaps to the ScriptEngine... I've seen here... http://stackoverflow.com/questions/35137455/nashorn-use-of-source-maps That nashorn doesn't support source maps, and I'm sure there is a library out there that is catching the exception and formatting it before it w

SourceMaps

2016-11-30 Thread Art Fiedler
Would be nice to provide SourceMaps to the ScriptEngine... I've seen here... http://stackoverflow.com/questions/35137455/nashorn-use-of-source-maps That nashorn doesn't support source maps, and I'm sure there is a library out there that is catching the exception and formatti