TypeScript/tests/cases/conformance/types
Anders Hejlsberg 7d4259ba9f Update tests
2019-07-17 14:57:26 -07:00
..
any
asyncGenerators Remove ES2018 transforms for ES2018 target (#26315) 2019-02-06 15:35:52 -08:00
conditional Update tests 2019-06-09 08:00:01 -07:00
contextualTypes
forAwait Remove ES2018 transforms for ES2018 target (#26315) 2019-02-06 15:35:52 -08:00
import
intersection Add tests 2019-06-09 10:18:36 -07:00
keyof Add regression test 2019-06-23 09:19:56 -10:00
literal Add regression test 2019-07-04 16:27:03 -10:00
localTypes
mapped Fix regression of generic T assignability to Partial<T> (#32354) 2019-07-12 07:57:55 -07:00
members
namedTypes
never
nonPrimitive
objectTypeLiteral
primitives
rest Fix crash when checking invalid object rest (#31530) 2019-05-22 11:20:57 -07:00
specifyingTypes
spread Merge pull request #28234 from Microsoft/genericSpread 2018-10-31 12:52:16 -07:00
stringLiteral
thisType
tuple Error when writing to readonly tuple in rest element range 2019-05-22 15:03:17 -07:00
typeAliases
typeParameters
typeRelationships Update tests 2019-07-17 14:57:26 -07:00
union Don’t crash when creating a union signature from signatures that do and don’t have this types 2019-05-22 17:42:05 -07:00
uniqueSymbol Remove overzealous simple relationship check for unique symbols 2019-01-14 17:08:04 -08:00
unknown Update tests 2019-06-09 08:00:01 -07:00
witness