TypeScript/tests/cases
Matt McCutchen d45e422b46 Have getAssignmentReducedType use the comparable relation instead of
typeMaybeAssignableTo.

typeMaybeAssignableTo decomposed unions at the top level of the assigned
type but didn't properly handle other unions that arose during
assignability checking, e.g., in the constraint of a generic lookup
type.

Fixes #26130.
2018-08-01 23:26:17 -04:00
..
compiler Fix decorated accessor emit (#26016) 2018-07-31 13:53:28 -07:00
conformance Have getAssignmentReducedType use the comparable relation instead of 2018-08-01 23:26:17 -04:00
fourslash importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
project
projects
test262-harness
unittests
user