TypeScript/tests/cases/conformance/types
2016-01-04 22:48:53 -05:00
..
any
contextualTypes Added 'noImplicitAny' to tests. 2016-01-04 22:48:53 -05:00
intersection Adding test for inference with intersection type as target 2015-06-30 12:41:03 -07:00
localTypes addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
members Speed up tests by not type-checking lib.d.ts unless the test asks for that. 2015-06-04 01:03:02 -07:00
namedTypes addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
objectTypeLiteral addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
primitives
specifyingTypes Modifying test a bit 2015-06-06 17:54:11 -07:00
stringLiteral Added tests. 2015-12-14 14:16:31 -08:00
thisType Updating existing test 2015-11-06 08:55:26 -08:00
tuple Add tests 2015-07-16 19:03:54 -07:00
typeAliases Merge branch 'master' into genericTypeAliases 2015-06-09 06:28:56 -07:00
typeParameters
typeRelationships Adding tests 2015-11-20 10:08:00 -08:00
union Adding test 2015-10-29 14:53:28 -07:00
witness