TypeScript/tests/cases/conformance/types
Anders Hejlsberg cd37a327a7
Fix non-homomorphic mapped type constraint issues (#41807)
* Less aggressive wildcard check, 'keyof any' constraint for 'infer T' in mapped type constraint position

* Accept new baselines

* Add regression tests
2020-12-03 16:36:45 -10:00
..
any
asyncGenerators
conditional Propagate wildcard types in non-homomorphic mapped types (#41622) 2020-12-01 11:57:00 -10:00
contextualTypes
forAwait
import
intersection Fix crash intersecting dynamic import w/esModuleInterop (#40249) 2020-09-01 09:10:36 -07:00
keyof
literal Fix getTypeFacts for pattern template literal types (#41693) 2020-11-26 06:55:01 -10:00
localTypes
mapped Fix non-homomorphic mapped type constraint issues (#41807) 2020-12-03 16:36:45 -10:00
members
namedTypes
never
nonPrimitive
objectTypeLiteral
primitives
rest
specifyingTypes
spread Enforce a size limit in getSpreadType 2020-09-24 14:52:42 -07:00
stringLiteral
thisType
tuple Consistently error when rest element isn't last in tuple type (#40254) 2020-09-08 07:14:16 -10:00
typeAliases Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
typeParameters
typeRelationships Fix recursive types in @typedef (#40861) 2020-10-02 08:46:42 -07:00
union
uniqueSymbol
unknown
witness