TypeScript/tests/cases/conformance/types/union
Ron Buckton 0d284e6c26
Add support for abstract constructor types (#36392)
* Add support for abstract constructor types

* Add backwards-compatible overloads for creating/updating constructor types

* Reverting use of 'abstract' in lib/es5.d.ts due to eslint issues

* Update baseline due to reverting lib

* Add error for failing to mark an mixin class as abstract

* Fix declaration/quick info for abstract construct signatures
2021-01-07 17:11:14 -08:00
..
contextualTypeWithUnionTypeCallSignatures.ts Fix the logic in getting the contextual signature of union type as per spec 2014-11-04 14:49:15 -08:00
contextualTypeWithUnionTypeIndexSignatures.ts Use string/number signature to get contextual type 2018-10-11 15:12:13 -07:00
contextualTypeWithUnionTypeMembers.ts Test cases for contextual typing of union type members 2014-11-04 13:33:43 -08:00
contextualTypeWithUnionTypeObjectLiteral.ts Test cases for contextual typing of union type members 2014-11-04 13:33:43 -08:00
discriminatedUnionTypes1.ts [Transforms] Merging Master to Transforms on 06/21 (#9294) 2016-07-11 12:41:12 -07:00
discriminatedUnionTypes2.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
unionTypeCallSignatures.ts Allow union signatures to merge when they have differing argument counts (#28604) 2018-11-19 17:05:28 -08:00
unionTypeCallSignatures2.ts Addressing CR feedback 2015-08-06 17:17:20 -07:00
unionTypeCallSignatures3.ts Adding new test 2015-08-07 08:06:10 -07:00
unionTypeCallSignatures4.ts Allow union signatures to merge when they have differing argument counts (#28604) 2018-11-19 17:05:28 -08:00
unionTypeCallSignatures5.ts Don’t crash when creating a union signature from signatures that do and don’t have this types 2019-05-22 17:42:05 -07:00
unionTypeCallSignatures6.ts Intersect 'this' types in union signatures (#32538) 2019-07-26 14:56:03 -07:00
unionTypeConstructSignatures.ts Add support for abstract constructor types (#36392) 2021-01-07 17:11:14 -08:00
unionTypeEquivalence.ts Tests for union members: 2014-11-04 13:18:27 -08:00
unionTypeFromArrayLiteral.ts Array literal produces union type if the it is not contextually typed 2014-11-04 15:58:44 -08:00
unionTypeIndexSignature.ts Tests for union of index signatures: 2014-11-04 13:18:37 -08:00
unionTypeMembers.ts Tests for union members: 2014-11-04 13:18:27 -08:00
unionTypePropertyAccessibility.ts Adding test 2015-04-16 14:41:33 -07:00
unionTypeReadonly.ts [Transforms] Merge master 07/11 into transform (#9697) 2016-07-18 15:38:30 -07:00
unionTypeReduction.ts Adding test 2015-04-12 10:52:20 -07:00
unionTypeReduction2.ts Increase selectivity of subtype relationship for signatures (#35659) 2019-12-20 14:52:22 -08:00
unionTypeWithIndexSignature.ts Index signatures contribute properties to unions (#25307) 2018-07-06 10:46:05 -07:00