mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
* Do not consider null without undefined as optional * Fix revealed errors in existing tests - Non-required types can be undefined or null, so typescript types must reflect this * Ensure undefined-ness is stored alongside nominalTypeHack * Fix undefined in nominalTypeHack in a better way * Add tests for nullable and undefinable types * Fix formatting mistake * Update downstream tests