microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
101.21k stars 12.51k forks source link

Isolated declarations array types #60558

Open dragomirtitian opened 2 days ago

dragomirtitian commented 2 days ago

Depends on #60540

This PR brings TS emit closer to what an external tool could emit without type information by extracting tuple types directly from their source array literals where possible