-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Support async/await #51
Comments
We’ll also need to choose our stance on polyfills. Do we leave it to user to polyfill |
Will anyone be likely to be using async without Will the runtime transform be used to inject the regenerator runtime only when needed? It also does local polyfilling, but you can configure that off. |
To be honest I’m not familiar with all these tradeoffs so it’s hard for me to say. 😄 |
This might be a decent default for ["babel-plugin-transform-runtime", {
"polyfill": false,
"regenerator": true
}] |
Would you like to make a PR adding a sensible async support setup? |
I think #327 adds support for this. Is it okay to close this? |
Yep, thanks! |
We'll want to support it eventually, the only question is when.
In #43 @gaearon stated
so that's the status quo.
The text was updated successfully, but these errors were encountered: