Y
Hacker News
new
|
ask
|
show
|
jobs
by
paperwork
3936 days ago
Doesn't this include the new class syntax? If so, will the standard libraries change as well to use the new classes?
1 comments
Killswitch
3936 days ago
Yes, classes are stable in V8 4.5 so Node.js 4.0 will have classes without runtime flags.
link
k__
3936 days ago
Is there a list with all the supported ES2015 features?
link
egeozcan
3935 days ago
Probably the same as io.js[0].
[0]:
https://iojs.org/en/es6.html
link
k__
3935 days ago
Why are these lists always missing import/export/modules?
link
mkozlows
3935 days ago
Because Node uses CommonJS modules.
link