Hacker News new | ask | show | jobs
by k__ 3938 days ago
Is there a list with all the supported ES2015 features?
1 comments

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.