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

preserve async/generator-ness of hoisted function expressions #3333

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

Conduitry
Copy link
Member

Fixes #3179. I don't know when generators would come up, but we ought to be able to correctly hoist those as well.

@Conduitry
Copy link
Member Author

I accidentally pushed this branch to origin instead of my fork, and then I deleted it, and then I pushed it to my fork and opened the PR from there. This appears to have confused CI, which continued to try to run the branch jobs from the now-deleted branch. I don't know how to get them unconfused. I'll just have to be careful not to do this in the future.

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.

Support async arrow function for inline event handlers
2 participants