Skip to content
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

Node officially supports async/await, it's 2.x release time! #910

Closed
Jabher opened this issue Feb 22, 2017 · 2 comments
Closed

Node officially supports async/await, it's 2.x release time! #910

Jabher opened this issue Feb 22, 2017 · 2 comments

Comments

@Jabher
Copy link

Jabher commented Feb 22, 2017

Until async/await is natively supported in Node Koa 1.x is the official release, however you may wish to adopt 2.x early by using Babel to compile. Koa 1.x generator-based middleware may be "upgraded" to the 2.x flavour using koa-convert.

Node 7.6 released today, with native async/await support (by updating v8 to 5.5)!

@fl0w
Copy link
Contributor

fl0w commented Feb 22, 2017

Discussion in #533 already ongoing. No need to open new issue.

@tj tj closed this as completed Feb 22, 2017
@Jabher
Copy link
Author

Jabher commented Feb 22, 2017

my bad :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants