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