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
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 !
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.