Skip to content

Fix prologue order in async function#24768

Merged
rbuckton merged 1 commit into
masterfrom
fix24722
Jun 7, 2018
Merged

Fix prologue order in async function#24768
rbuckton merged 1 commit into
masterfrom
fix24722

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

@rbuckton rbuckton commented Jun 7, 2018

The recent change to insert temporary variables at the top of a statement list caused the generator transform to fail to detect the var _this = this; custom prologue.

Fixes #24722, #24564

@rbuckton rbuckton requested review from mhegazy and sandersn June 7, 2018 20:36
@mhegazy
Copy link
Copy Markdown
Contributor

mhegazy commented Jun 7, 2018

Please port to release-2.9 as well.

@rbuckton rbuckton merged commit e947154 into master Jun 7, 2018
@jakebailey jakebailey deleted the fix24722 branch November 7, 2022 17:32
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
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.

2 participants