Hi Francesco, It would be awesome to have a table that shows all the ES6 features available by version of node/io.js. This is the closest thing I'm aware of:
*https://kangax.github.io/compat-table/es6/ <https://kangax.github.io/compat-table/es6/>* This is the closest thing to an official Node doc that I'm aware of: *https://github.com/joyent/node/wiki/ES6-(a.k.a.-Harmony)-Features-Implemented-in-V8-and-Available-in-Node <https://github.com/joyent/node/wiki/ES6-(a.k.a.-Harmony)-Features-Implemented-in-V8-and-Available-in-Node>* For io.js, there is this page (although not quite up-to-date for 2.0.0+): *https://iojs.org/en/es6.html <https://iojs.org/en/es6.html>* You can enter the following at the command line to see ES6 features that require a flag to be enabled: *node --v8-options | grep "harmony"* I'm a member of the io.js Evangelism Working Group, and we've blogged about the ES6 features available in io.js 2.0.0+ here: *https://github.com/iojs/evangelism/wiki <https://github.com/iojs/evangelism/wiki>* Hope this helps, Tony On Friday, May 15, 2015, Francesco Cioffi <[email protected]> wrote: > Hi, > > I'm look for an official doc where are described ES6 syntax supported by > nodejs stable release. > > Maybe there is the implementation specific not specified by standard, eg. > for-in order? > > > Thanks to all, > FC > > -- > Job board: http://jobs.nodejs.org/ > New group rules: > https://gist.github.com/othiym23/9886289#file-moderation-policy-md > Old group rules: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/CA%2BUNQg8FehSV0JSD%2BoKxVYYtgQFjcY6U3CQ%2BFvmdoW8QvX6_QA%40mail.gmail.com > <https://groups.google.com/d/msgid/nodejs/CA%2BUNQg8FehSV0JSD%2BoKxVYYtgQFjcY6U3CQ%2BFvmdoW8QvX6_QA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAHcx0aAobA9GWRwc%3Dj7yKy0rSYk615NwV9K7Sj7P95dwY9cTbA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
