mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
2c0e966105
* Cherry-pick PR #41079 into release-4.0
Component commits:
6fa32badaf `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>