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

Fixed crash related to index type deferral on generic mapped types with name types #60528

Open Andarist opened 1 week ago

Andarist commented 1 week ago

fixes https://github.com/microsoft/TypeScript/issues/60476

Andarist commented 1 week ago

@jakebailey could u run the extended test suite here? :)