TypeScript/tests/cases/conformance
2020-04-17 09:05:23 +03:00
..
ambient
async Fix async function block return expr error in js (#37845) 2020-04-08 15:26:56 -07:00
classes Exempt ambient private properties from noImplicitAny (#36640) 2020-02-14 15:01:18 -08:00
constEnums
controlFlow Support for/of variables in assertion checking (#37432) 2020-03-17 19:20:56 -07:00
declarationEmit
decorators Fix metadata serialization for invalid jsdoc types (#37836) 2020-04-08 12:06:40 -07:00
directives Added @ts-expect-error to @ts-ignore directives (#36014) 2020-03-05 10:37:36 -05:00
dynamicImport Fix parenthesization rules for yield (#37849) 2020-04-09 13:17:46 -07:00
emitter
enums
es6 Fix initialization error when destructuring from object literal that includes a spread assignment (#36865) 2020-02-19 08:28:12 -08:00
es7
es2017
es2018 add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
es2019
es2020/modules Error on invalid uses of namespace export (#37715) 2020-04-09 09:42:16 -07:00
expressions Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
externalModules Fix longer type-only property access in non-emitting heritage clauses (#37264) 2020-03-09 12:05:36 -07:00
functions
generators
interfaces
internalModules
jsdoc fix(37242): add reference to return type for JSDocFunctionType 2020-04-17 09:05:23 +03:00
jsx fix(37456): add tests for JsxOpeningElement nodes (#37752) 2020-04-02 10:38:31 -07:00
moduleResolution
parser fix spelling errors (#36523) 2020-01-30 13:39:54 -08:00
references
salsa Avoid circular reference in this-property assignments (#37827) 2020-04-10 16:41:31 -07:00
scanner
statements
Symbols
types Remove error when spreading optional any (#37757) 2020-04-02 15:04:45 -07:00
typings
fixSignatureCaching.ts
inferFromBindingPattern.ts