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

Yes, classes are stable in V8 4.5 so Node.js 4.0 will have classes without runtime flags.
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.