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

Is there a list with all the supported ES2015 features?
Probably the same as io.js[0].

[0]: https://iojs.org/en/es6.html

Why are these lists always missing import/export/modules?
Because Node uses CommonJS modules.