mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
* Flatten immediately nested conditional types in the false position * Add test * Accept new baselines * Handle nested distributive types with different checkType * Allow deeply nested immediately resolving conditionals without any syntactic requirements or implementation contortions Extract logic into function Co-authored-by: Wesley Wigham <wewigham@microsoft.com>