Run node with all harmony flags, even in progress
$ npm install -g node-harmony-cli
$ node-harmony script.js
Q: What's the difference between
node-harmony
andnode --harmony
?
A: While node --harmony
will enable all completed harmony features, node-harmony
will enable all harmony features, including those in-progress ones.