TypeScript/tests/cases/conformance/types
Anders Hejlsberg 0379666bbf Update tests
2018-04-09 08:51:55 -10:00
..
any
asyncGenerators Fix yield* as well 2017-04-17 16:37:48 -07:00
conditional Update tests 2018-04-09 08:51:55 -10: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 regression tests 2017-11-02 17:31:17 -07:00
keyof Update tests 2018-04-09 08:51:55 -10:00
literal Add new tests 2017-04-30 16:06:26 -07:00
localTypes
mapped Add tests 2018-02-13 06:48:03 -08:00
members
namedTypes
never Error on for (const x in never) (#22988) 2018-03-29 11:39:30 -07:00
nonPrimitive Test getConstraintOfIndexedAccess fixes and update baselines 2017-08-18 15:16:24 -07:00
objectTypeLiteral
primitives
rest
specifyingTypes
spread Test:spread object retains lefthandside 2017-12-12 08:37:34 -08:00
stringLiteral
thisType Skip parens and non-null assertions when looking for this-context (#23097) 2018-04-03 06:23:59 -07:00
tuple Revert "Add TupleBase with unusable mutating Array methods" 2017-11-08 15:18:35 -08:00
typeAliases add strictTuples flag giving tuples known length 2017-08-20 02:54:26 +08:00
typeParameters
typeRelationships Combine keyof T inferences (#22525) 2018-03-19 16:56:51 -07:00
union
uniqueSymbol Fix initializer assignability for unique symbol 2018-02-02 13:13:21 -08:00
witness