Hacker News new | ask | show | jobs
Node.js 5.0 Released (github.com)
12 points by thrashr888 3882 days ago
1 comments

Highlights for me: npm3 and ES6 spread operator (no destructuring assignment yet though)!
Can't you just use babel for this?
For spread operators? Sure. Adding a build step to your process adds other hurdles though in terms of indirection, particularly when collaborating.