-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pick a minimum version of Node.js (recommendation: node 10) #1584
Pick a minimum version of Node.js (recommendation: node 10) #1584
Comments
Ludo and I tried an experiment and found that node 10 can iterate asynchronously over an array, i.e. you can use await to replace And, node 10 becomes an LTS in October... before we ship 3.x. So, I believe this question has been answered: the minimum version of Node for 3.x should be Node 10. |
This is cool: It turns out that even node 8 can iterate over an array while However we are still likely to find uses for actual async iterators in node 10, such as iterating over streams. https://codepen.io/boutell/pen/oMKwbB?editors=0012
|
No description provided.
The text was updated successfully, but these errors were encountered: