Files
TypeScript/tests
Eli Barzilay 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.
2020-10-14 13:53:14 -04:00
..