mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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