Y
Hacker News
new
|
ask
|
show
|
jobs
Node.js 5.0 Released
(
github.com
)
12 points
by
thrashr888
3882 days ago
1 comments
davej
3882 days ago
Highlights for me: npm3 and ES6 spread operator (no destructuring assignment yet though)!
link
cheez
3882 days ago
Can't you just use babel for this?
link
davej
3882 days ago
For spread operators? Sure. Adding a build step to your process adds other hurdles though in terms of indirection, particularly when collaborating.
link