You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However there are a lot of javascript out there not running on node 4.
For example I'm working with Enonic XP https://enonic.com/ (my employer) which is using http://purplejs.io/ which runs on Java JVMs Nashhorn
So I love Ecmascript 2015, and the fact support for it is growing:
http://kangax.github.io/compat-table/es6/
Cool that node 4 supports it. 👍
However there are a lot of javascript out there not running on node 4.
For example I'm working with Enonic XP https://enonic.com/ (my employer) which is using http://purplejs.io/ which runs on Java JVMs Nashhorn
And it seems Nashhorn wont support ES2015 before JDK9
http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/
So perhaps instead of removing ES2015, or renaming index.js to index.es6, could you provide a transpiled index.js5 file?
(Side note: My babel didn't transpile Number.isFinite, perhaps I must update babel or configure it)
Similar issues:
Remove es6
#26
UglifyJS can't parse pretty-bytes@4.0.0 without transpilation
#22
The text was updated successfully, but these errors were encountered: