mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
* Fixed a regression with discriminating unions based on a union property against `undefined` with `strictNullChecks: false` * Add additional test case from the issue comment