TypeScript/tests/cases/conformance/types
2021-11-05 15:41:06 -07:00
..
any [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
asyncGenerators Fix incorrect parameter types for AsyncIterator next/return (#33354) 2019-09-17 21:02:12 -07:00
conditional Change static fields emits (#43114) 2021-06-25 15:49:27 -07:00
contextualTypes Add more tests for await 2018-09-21 10:32:28 -07:00
forAwait Remove ES2018 transforms for ES2018 target (#26315) 2019-02-06 15:35:52 -08:00
import Module or import types (#22592) 2018-04-02 10:18:23 -07:00
intersection Properties on intersections should be readonly only if all declarations are (#45263) 2021-08-25 16:55:14 -07:00
keyof Add regression test 2019-06-23 09:19:56 -10:00
literal Bypass caching in removeStringLiteralsMatchedByTemplateLiterals (#46525) 2021-10-26 09:34:15 -07:00
localTypes
mapped Fix mapped type instantiation circularity (#46586) 2021-10-29 14:01:27 -07:00
members Include index signatures for tagged primitives in keyof (#45773) 2021-09-07 10:46:13 -07:00
namedTypes
never Never-reducing intersections are not untyped function call targets (#42917) 2021-02-23 17:22:41 -08:00
nonPrimitive Check that test cases produce expected types 2018-05-01 13:05:49 -07:00
objectTypeLiteral
primitives
rest Make hasCorrectArity handle tuples properly 2020-06-04 23:46:56 -04:00
specifyingTypes allow typeof this after for-loops (#46181) 2021-10-27 10:26:05 -07:00
spread fix(45692): merge non-primitive in spread-union (#45729) 2021-11-05 15:41:06 -07:00
stringLiteral Update tests 2016-09-01 14:22:18 -07:00
thisType fix(44725): handle this parameter in tagged template call (#44734) 2021-06-29 14:11:35 -07:00
tuple Leading and middle rest elements in tuple types (#41544) 2021-01-04 15:12:51 -10:00
typeAliases Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
typeParameters Add regression test 2018-07-24 15:33:02 -07:00
typeRelationships Exclude enum/number compatibility rule from comparable relation (#42472) 2021-03-06 06:52:00 -08:00
union regard TemplateLiteral as discriminant property (#44569) 2021-06-23 15:48:39 -07:00
uniqueSymbol Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
unknown Narrow unknown under inequality when assumed false (#33488) 2019-09-18 10:54:42 -07:00
witness