mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
Previously, it assumed there was always a base constraint, which is true for correct code. For incorrect code, the base constraint may be missing, which caused a crash because the base constraint was undefined.