TypeScript/tests/cases/conformance/types
Anders Hejlsberg 32b44ac65a
Merge pull request #29858 from Microsoft/fixContextualRestTuple
Fix contextual types computed from rest parameters
2019-02-11 10:59:11 -08:00
..
any
asyncGenerators Remove ES2018 transforms for ES2018 target (#26315) 2019-02-06 15:35:52 -08:00
conditional Make the assignability rule for conditional types require the check 2019-02-09 17:22:08 -05:00
contextualTypes Add more tests for await 2018-09-21 10:32:28 -07:00
forAwait Remove ES2018 transforms for ES2018 target (#26315) 2019-02-06 15:35:52 -08:00
import
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 regression tests 2019-02-04 17:48:53 -08:00
members
namedTypes
never
nonPrimitive
objectTypeLiteral
primitives
rest Add regression test 2019-02-11 09:46:02 -08: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 unknown in switch 2019-02-03 16:07:21 +00:00
witness