Node: the Roadmap for v7.0 ?

Created on 11 Jun 2016  路  2Comments  路  Source: nodejs/node

hello, I want to know the roadmap for v7.0
Is includes the ES6 Modules and ES7 Async / Await in v7.0 ?
Is there a release date, substantially ?
Thanks

question

Most helpful comment

For ES6 modules, you will want to keep tabs on the relevant issues in the nodejs/node-eps issue tracker, including this one and this one.

For async/await, you will want to keep tabs on this v8 issue and this nodejs/promises thread.

AFAIK there are no definite timetables for either of those features. As far as the node v7 release goes, that will happen in October of this year when node v6 transitions to LTS.

All 2 comments

For ES6 modules, you will want to keep tabs on the relevant issues in the nodejs/node-eps issue tracker, including this one and this one.

For async/await, you will want to keep tabs on this v8 issue and this nodejs/promises thread.

AFAIK there are no definite timetables for either of those features. As far as the node v7 release goes, that will happen in October of this year when node v6 transitions to LTS.

@mscdex
Thank you very much for your answer !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jmichae3 picture jmichae3  路  3Comments

cong88 picture cong88  路  3Comments

danielstaleiny picture danielstaleiny  路  3Comments

danialkhansari picture danialkhansari  路  3Comments

mcollina picture mcollina  路  3Comments