Skip to content

transformGenerators: handle CommaListExpression#41079

Merged
elibarzilay merged 1 commit intomicrosoft:masterfrom
elibarzilay:40614
Oct 14, 2020
Merged

transformGenerators: handle CommaListExpression#41079
elibarzilay merged 1 commit intomicrosoft:masterfrom
elibarzilay:40614

Conversation

@elibarzilay
Copy link
Copy Markdown
Contributor

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

Fixes #40614.

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
Copy Markdown
Member

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

@typescript-bot
Copy link
Copy Markdown
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
Copy Markdown
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>
@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

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