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
While attempting to write a plugin for ng-annotate I discovered that the JS file requires ES6 support. Node supports many ES6 features with the --harmony flag. Based on the documented configuration options there doesn't currently appear to be a way to pass any configuration flags to the node command.
As more people adopt ES6 features the need for this flag is likely to become a more common occurrence.
The text was updated successfully, but these errors were encountered:
Seems like the --harmony flag isn't really needed since all the ES6 features are now available in node.
Starting with sbt-js-engine 1.3.0 newer node version are supported (via node engine).
I keep the ticket open however, just in case someone still needs that flag in future, please let us know.
While attempting to write a plugin for ng-annotate I discovered that the JS file requires ES6 support. Node supports many ES6 features with the --harmony flag. Based on the documented configuration options there doesn't currently appear to be a way to pass any configuration flags to the node command.
As more people adopt ES6 features the need for this flag is likely to become a more common occurrence.
The text was updated successfully, but these errors were encountered: