TypeScript/tests/cases/conformance/types
Anders Hejlsberg b9e06bfd38 Merge branch 'master' into fixConditionalTypes
# Conflicts:
#	src/compiler/checker.ts
2018-02-26 14:50:23 -08:00
..
any
asyncGenerators
conditional Merge branch 'master' into fixConditionalTypes 2018-02-26 14:50:23 -08:00
contextualTypes Skip more lib checks, improve test execution time a bit more (#18952) 2017-10-04 14:43:35 -07:00
forAwait
intersection Add regression tests 2017-11-02 17:31:17 -07:00
keyof Test assignability of indexed access types 2018-01-17 13:22:31 -08:00
literal
localTypes
mapped Add tests 2018-02-13 06:48:03 -08:00
members
namedTypes
never Update test 2017-11-10 08:39:29 -08:00
nonPrimitive
objectTypeLiteral
primitives
rest
specifyingTypes
spread Test:spread object retains lefthandside 2017-12-12 08:37:34 -08:00
stringLiteral
thisType Test:this instantiation in type parameters 2017-11-01 09:17:52 -07:00
tuple Revert "Add TupleBase with unusable mutating Array methods" 2017-11-08 15:18:35 -08:00
typeAliases
typeParameters
typeRelationships Fix build in the presence of definite assignment analysis (#20170) 2017-11-20 14:49:15 -08:00
union
uniqueSymbol Fix initializer assignability for unique symbol 2018-02-02 13:13:21 -08:00
witness