TypeScript/tests/cases/conformance/types/mapped
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
..
isomorphicMappedTypeInference.ts Add more tests 2019-02-08 06:49:26 -08:00
mappedTypeAsClauses.ts Check nested conditional types for non-distributiveness in mapped types with 'as' clauses (#41713) 2020-12-01 12:07:47 -10:00
mappedTypeConstraints.ts Add tests 2018-12-21 12:51:01 -08:00
mappedTypeErrors.ts Add regression test 2018-10-26 15:32:10 -07:00
mappedTypeErrors2.ts
mappedTypeInferenceErrors.ts
mappedTypeModifiers.ts
mappedTypeOverlappingStringEnumKeys.ts Allow distinct string enum members with identical property names to form unions in mapped types (#39101) 2020-06-29 10:08:17 -07:00
mappedTypeRelationships.ts Fix regression of generic T assignability to Partial<T> (#32354) 2019-07-12 07:57:55 -07:00
mappedTypes1.ts
mappedTypes2.ts
mappedTypes3.ts
mappedTypes4.ts
mappedTypes5.ts
mappedTypes6.ts
mappedTypesAndObjects.ts
mappedTypesArraysTuples.ts Add tests 2019-01-15 14:44:57 -08:00
mappedTypeWithAny.ts
recursiveMappedTypes.ts Fix non-homomorphic mapped type constraint issues (#41807) 2020-12-03 16:36:45 -10:00