TypeScript/tests/cases/conformance/types
Anders Hejlsberg 596493cce4 Add tests
2018-08-17 10:11:28 -07:00
..
any
asyncGenerators
conditional Excess property understands conditional types (#25584) 2018-07-11 11:24:40 -07:00
contextualTypes Skip more lib checks, improve test execution time a bit more (#18952) 2017-10-04 14:43:35 -07:00
forAwait
import Module or import types (#22592) 2018-04-02 10:18:23 -07:00
intersection Add tests 2018-04-27 16:50:09 -07:00
keyof Add regression test 2018-06-03 11:59:24 -07:00
literal Add tests 2018-05-21 16:43:55 -07:00
localTypes
mapped Add tests 2018-08-17 10:11:28 -07:00
members Revert more baselines, add jake task for typemock 2017-12-19 13:40:32 -08:00
namedTypes
never Merge branch 'master' into vfs 2018-04-17 14:39:20 -07:00
nonPrimitive Check that test cases produce expected types 2018-05-01 13:05:49 -07:00
objectTypeLiteral
primitives
rest Add regression test 2018-07-25 12:42:47 -07:00
specifyingTypes Add regression tests 2018-08-06 10:02:33 -07:00
spread Don't include class getter in spread type (#26287) 2018-08-09 15:34:29 -07:00
stringLiteral
thisType Report a semantic error for an arrow function with a "this" parameter. 2018-07-23 10:42:56 -04:00
tuple Add tests 2018-06-25 10:45:38 -10:00
typeAliases add strictTuples flag giving tuples known length 2017-08-20 02:54:26 +08:00
typeParameters Add regression test 2018-07-24 15:33:02 -07:00
typeRelationships Combine keyof T inferences (#22525) 2018-03-19 16:56:51 -07:00
union Index signatures contribute properties to unions (#25307) 2018-07-06 10:46:05 -07:00
uniqueSymbol Fix initializer assignability for unique symbol 2018-02-02 13:13:21 -08:00
unknown Update tests 2018-05-29 17:55:57 -07:00
witness