TypeScript/tests/cases/conformance/types
Nathan Shively-Sanders ceb5fac343 Merge pull request #13558 from HerringtonDarkholme/rest-spread-intrinsic
Fix #13556: enable rest/spread on `object`
2017-01-24 08:59:02 -08:00
..
any [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
contextualTypes Add partially annotated function tests 2016-10-17 09:04:16 -07:00
intersection Add tests 2017-01-21 13:07:06 -08:00
keyof Add regression test 2017-01-22 11:53:18 -08:00
literal Test widen literal types of parameter properties 2016-11-16 15:15:30 -08:00
localTypes
mapped Add tests 2017-01-12 10:49:58 -08:00
members Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
namedTypes Adding more tests 2016-05-16 13:37:17 -07:00
never Add tests 2016-05-23 13:08:15 -07:00
nonPrimitive fix #13556: enable rest/spread on object 2017-01-18 14:57:20 +08:00
objectTypeLiteral Fixing test 2016-05-16 13:37:03 -07:00
primitives
rest Merge branch 'master' into property-access-for-string-index-sigs 2017-01-18 08:29:38 -08:00
specifyingTypes
spread address code review 2017-01-24 11:24:30 +08:00
stringLiteral Update tests 2016-09-01 14:22:18 -07:00
thisType Correctly copy annotated this getter -> setter 2016-05-04 13:35:35 -07:00
tuple Added tests. 2016-06-14 11:33:41 -07:00
typeAliases add tests for non primitive type 2016-12-22 10:06:42 +08:00
typeParameters Added tests. 2016-02-28 19:57:12 -08:00
typeRelationships Added a test. 2016-12-30 12:14:31 -05:00
union Merge pull request #9167 from Microsoft/make-unions-and-intersections-of-readonly-properties-readonly 2016-06-24 16:02:01 -07:00
witness