TypeScript/tests/cases/conformance/types
2017-06-06 13:58:54 -07:00
..
any
asyncGenerators Fix yield* as well 2017-04-17 16:37:48 -07:00
contextualTypes Address code review 2017-02-03 10:54:15 -08:00
forAwait Move async generators to esnext 2016-12-30 14:10:11 -08:00
intersection Add tests 2017-04-05 11:22:21 -07: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-01-30 16:53:43 -08:00
members
namedTypes
never
nonPrimitive Merge pull request #14467 from kpreisser/fix14269 2017-03-30 22:51:45 -07:00
objectTypeLiteral
primitives
rest ES5:Emit parameter initialiser before object rest destructuring 2017-02-15 08:40:23 -08:00
specifyingTypes
spread Move spreadUnion* tests into conformance suite 2017-06-06 13:58:54 -07:00
stringLiteral
thisType Add tests 2017-03-07 09:07:53 -08:00
tuple
typeAliases Update tests and baselines to declare class declaration before use 2017-02-24 17:48:06 -08:00
typeParameters
typeRelationships Improve comments in source and tests 2017-05-24 13:52:29 -07:00
union
witness