Skip to content

Fix for..await emit for es2017 #16279

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

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Fix for..await emit for es2017 #16279

merged 1 commit into from
Jun 6, 2017

Conversation

rbuckton
Copy link
Contributor

@rbuckton rbuckton commented Jun 5, 2017

Fixes emit for for await when the target is es2017. Previously this would emit a yield in an async function rather than an await.

Fixes #15928

@rbuckton rbuckton merged commit d9ec08c into master Jun 6, 2017
@rbuckton rbuckton deleted the fix15928 branch June 6, 2017 01:03
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants