mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
* Fix logic for determining whether to simplify keyof on mapped types * Add regression test * Improve hasDistributiveNameType check * Add more tests * Address code review feedback * Add more tests