TypeScript/tests/cases/conformance
Ron Buckton d07e866a28
Fix for jsdoc modifiers on constructor params (#38403)
* Fix for jsdoc modifiers on constructor params

* Update Public API baseline and fix unique symbol grammar check for js
2020-05-11 15:07:43 -07:00
..
ambient
async Fix async function block return expr error in js (#37845) 2020-04-08 15:26:56 -07:00
classes Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07: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 Allowed comment directives to be multiline (#38228) 2020-05-06 13:09:29 -07:00
dynamicImport Fix parenthesization rules for yield (#37849) 2020-04-09 13:17:46 -07:00
emitter Reset error variable in downlevel for-await-of loop (#38170) 2020-04-24 14:59:41 -07:00
enums Improve error message for computed enums (#37790) 2020-04-15 13:50:33 -04:00
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
es2019
es2020 Error on missing BigInt in es2020 (#37899) 2020-04-13 08:30:59 -07:00
expressions fix(36055): forbid union type with invalid types in the 'in' operator (#37786) 2020-05-06 11:41:50 -07:00
externalModules Fix longer type-only property access in non-emitting heritage clauses (#37264) 2020-03-09 12:05:36 -07:00
functions Fix regression in name resolution in parameter (#38351) 2020-05-06 12:04:28 -07:00
generators
interfaces
internalModules
jsdoc Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
jsx fix(37456): add tests for JsxOpeningElement nodes (#37752) 2020-04-02 10:38:31 -07:00
moduleResolution
parser
references
salsa Avoid circular reference in this-property assignments (#37827) 2020-04-10 16:41:31 -07:00
scanner
statements Reset error variable in downlevel for-await-of loop (#38170) 2020-04-24 14:59:41 -07:00
Symbols
types Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
typings
fixSignatureCaching.ts
inferFromBindingPattern.ts