mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
* Defer union or intersection property type normalization (#31486) * Defer union or intersection property type normalization * Accept moved span * Update user baselines (#31615) * Cache widened types (#31586) * Cache widened types * Fix lint * Accept LKG