TypeScript/tests/cases/conformance/types/intersection
Anders Hejlsberg a56960303d
Intersection check for empty object type shouldn't cause circularities (#38673)
* isEmptyAnonymousObjectType shouldn't require full member resolution

* Add regression test
2020-05-20 10:56:14 -07:00
..
commonTypeIntersection.ts Add isIntersectionConstituent to relation key (#34789) 2019-10-29 15:08:59 -07:00
contextualIntersectionType.ts
intersectionAndUnionTypes.ts
intersectionAsWeakTypeSource.ts Allow weak type detection for intersection sources (#26668) 2018-08-24 10:30:39 -07:00
intersectionMemberOfUnionNarrowsCorrectly.ts Add isIntersectionConstituent to relation key (#34789) 2019-10-29 15:08:59 -07:00
intersectionOfUnionOfUnitTypes.ts
intersectionReduction.ts Perform intersection reduction before and after getApparentType (#38565) 2020-05-13 20:57:17 -07:00
intersectionReductionStrict.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
intersectionsAndEmptyObjects.ts Intersection check for empty object type shouldn't cause circularities (#38673) 2020-05-20 10:56:14 -07:00
intersectionThisTypes.ts
intersectionTypeAssignment.ts
intersectionTypeEquivalence.ts
intersectionTypeInference.ts
intersectionTypeInference2.ts Update tests 2019-06-09 08:00:01 -07:00
intersectionTypeInference3.ts
intersectionTypeMembers.ts Defer union or intersection property type normalization (#31486) 2019-05-28 10:51:47 -07:00
intersectionTypeOverloading.ts
intersectionTypeReadonly.ts
intersectionWithIndexSignatures.ts Check combined intersection properties against target index signatures (#35143) 2020-01-10 10:46:10 -08:00
intersectionWithUnionConstraint.ts Add regression test 2019-04-13 08:24:27 -10:00
operatorsAndIntersectionTypes.ts
recursiveIntersectionTypes.ts