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

transformGenerators: handle CommaListExpression #41079

Merged
merged 1 commit into from Oct 14, 2020

Conversation

elibarzilay
Copy link
Contributor

Uses essentially the same code as visitCommaExpression (which was
moved, to keep both together and close to
visit{Right,Left}AssociativeBinaryExpression).

Fixes #40614.

src/compiler/transformers/generators.ts Outdated Show resolved Hide resolved
Uses essentially the same code as `visitCommaExpression` (which was
moved, to keep both together and close to
`visit{Right,Left}AssociativeBinaryExpression`).

Fixes microsoft#40614.
@elibarzilay elibarzilay merged commit 5b2fba3 into microsoft:master Oct 14, 2020
@elibarzilay elibarzilay deleted the 40614 branch October 14, 2020 19:58
@DanielRosenwasser
Copy link
Member

@typescript-bot cherry-pick this to release-4.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 22, 2020

Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into release-4.0 on this PR at 6fa32ba. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

Hey @DanielRosenwasser, I've opened #41193 for you.

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Oct 22, 2020
Component commits:
6fa32ba `transformGenerators`: handle `CommaListExpression`
Uses essentially the same code as `visitCommaExpression` (which was
moved, to keep both together and close to
`visit{Right,Left}AssociativeBinaryExpression`).

Fixes microsoft#40614.
DanielRosenwasser added a commit that referenced this pull request Oct 22, 2020
* Cherry-pick PR #41079 into release-4.0

Component commits:
6fa32ba `transformGenerators`: handle `CommaListExpression`
Uses essentially the same code as `visitCommaExpression` (which was
moved, to keep both together and close to
`visit{Right,Left}AssociativeBinaryExpression`).

Fixes #40614.

* Accepted baselines.

Co-authored-by: Eli Barzilay <eli@barzilay.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in async awaits in es5
4 participants