TypeScript/tests/cases/conformance/types
Anders Hejlsberg 6c28da328e
Merge pull request #23672 from Microsoft/intersectionWithUnionConstraint
Type relationships for intersections with union constraints
2018-04-27 15:53:00 -07:00
..
any
asyncGenerators
conditional Merge branch 'master' into improveIndexTypes 2018-04-16 16:18:29 -07:00
contextualTypes
forAwait
import Module or import types (#22592) 2018-04-02 10:18:23 -07:00
intersection Add additional tests 2018-04-25 11:03:25 -07:00
keyof Merge branch 'master' into fixIndexTypeTargetConstraint 2018-04-24 11:08:08 -07:00
literal
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
objectTypeLiteral
primitives
rest Remove readonly from object rest properties (#23746) 2018-04-27 14:54:59 -07:00
specifyingTypes
spread Test:spread object retains lefthandside 2017-12-12 08:37:34 -08:00
stringLiteral
thisType Allow extending any, with noImplicitAny errors (#23153) 2018-04-05 08:52:56 -07:00
tuple Revert "Add TupleBase with unusable mutating Array methods" 2017-11-08 15:18:35 -08:00
typeAliases
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