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

Fix prologue order in async function #24768

Merged
merged 1 commit into from
Jun 7, 2018
Merged

Fix prologue order in async function #24768

merged 1 commit into from
Jun 7, 2018

Conversation

rbuckton
Copy link
Member

@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 sandersn and mhegazy June 7, 2018 20:36
@mhegazy
Copy link
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
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

Successfully merging this pull request may close these issues.

2 participants