Skip to content

Fix loop labels for for..await#21404

Merged
rbuckton merged 1 commit into
masterfrom
fix21363
Jan 25, 2018
Merged

Fix loop labels for for..await#21404
rbuckton merged 1 commit into
masterfrom
fix21363

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

This fixes an issue where the esnext transformer was only adjusting a labeled for await statement in an async generator but not in async functions.

Fixes #21363

@rbuckton rbuckton requested review from mhegazy and weswigham January 25, 2018 10:12
@rbuckton rbuckton merged commit e6685ab into master Jan 25, 2018
@rbuckton rbuckton deleted the fix21363 branch January 25, 2018 11:06
@rbuckton
Copy link
Copy Markdown
Contributor Author

This has been merged into release-2.7

@microsoft microsoft locked and limited conversation to collaborators Jul 3, 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.

Loop label incorrectly applied on for await loop

2 participants