TypeScript/tests/cases/conformance/types
2017-11-01 11:51:49 -07:00
..
any [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
asyncGenerators Fix yield* as well 2017-04-17 16:37:48 -07:00
contextualTypes Skip more lib checks, improve test execution time a bit more (#18952) 2017-10-04 14:43:35 -07:00
forAwait Move async generators to esnext 2016-12-30 14:10:11 -08:00
intersection Merge pull request #18438 from Microsoft/unionIntersectionUnit 2017-09-14 18:44:02 +01:00
keyof Add regression test 2017-02-01 09:47:30 -08:00
literal Add new tests 2017-04-30 16:06:26 -07:00
localTypes
mapped Add tests 2017-10-29 16:49:43 -07:00
members Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
namedTypes Adding more tests 2016-05-16 13:37:17 -07:00
never Add tests 2017-06-11 14:54:46 -07:00
nonPrimitive Revert "Fix getConstraintOfIndexedAccess" 2017-08-18 11:32:53 -07:00
objectTypeLiteral Fixing test 2016-05-16 13:37:03 -07:00
primitives
rest ES5:Emit parameter initialiser before object rest destructuring 2017-02-15 08:40:23 -08:00
specifyingTypes
spread Test:{} in union from spread gets implicit index signature 2017-10-05 09:03:03 -07:00
stringLiteral Update tests 2016-09-01 14:22:18 -07:00
thisType Test:type predicate uses correct index to report errors 2017-08-09 15:45:28 -07:00
tuple Added tests. 2016-06-14 11:33:41 -07:00
typeAliases add strictTuples flag giving tuples known length 2017-08-20 02:54:26 +08:00
typeParameters Added tests. 2016-02-28 19:57:12 -08:00
typeRelationships Merge branch 'master' into 6229-known-length-tuples 2017-11-01 11:51:49 -07:00
union Merge pull request #9167 from Microsoft/make-unions-and-intersections-of-readonly-properties-readonly 2016-06-24 16:02:01 -07:00
witness