TypeScript/tests/cases/conformance/types
Anders Hejlsberg 332861b4fc Add tests
2019-02-02 09:37:52 -08:00
..
any
asyncGenerators
conditional Add tests 2019-02-02 09:37:52 -08:00
contextualTypes Add more tests for await 2018-09-21 10:32:28 -07:00
forAwait Fix iterated type in for-await-of 2018-09-21 10:40:45 -07:00
import Module or import types (#22592) 2018-04-02 10:18:23 -07:00
intersection Add regression tests 2018-11-09 06:45:21 +01:00
keyof Update tests 2018-12-11 15:12:47 -08:00
literal Add regression test 2018-12-18 11:58:06 -08:00
localTypes
mapped Add tests 2019-01-15 14:44:57 -08:00
members
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 tests 2018-11-02 08:20:06 -07:00
specifyingTypes Add regression tests 2018-08-06 10:02:33 -07:00
spread Merge pull request #28234 from Microsoft/genericSpread 2018-10-31 12:52:16 -07:00
stringLiteral
thisType Infer this parameters (#26800) 2018-08-31 07:45:34 -07:00
tuple clarify error message for 'readonly' type operator 2019-01-31 19:44:49 +01:00
typeAliases
typeParameters Add regression test 2018-07-24 15:33:02 -07:00
typeRelationships Add tests 2018-12-05 15:20:21 -08:00
union Add tests 2018-12-10 16:30:30 -08:00
uniqueSymbol Remove overzealous simple relationship check for unique symbols 2019-01-14 17:08:04 -08:00
unknown Narrow to any primitive or object and update tests 2019-01-25 09:41:34 +00:00
witness