TypeScript/tests/cases/conformance
Ron Buckton 66c3063b06
Add collision check for 'Reflect' when using super in static initializers (#44876)
* Add collision check for 'Reflect' when using super in static initializers

* PR feedback

* Accept baseline for new failing test
2021-07-10 12:48:54 -07:00
..
additionalChecks Add support for pedantic property access (#40171) 2020-11-02 15:19:00 -08:00
ambient Add bad test case 2019-04-24 08:44:24 -07:00
async Improve parsing in await and yield context (#44680) 2021-06-21 17:30:55 -07:00
classes Add collision check for 'Reflect' when using super in static initializers (#44876) 2021-07-10 12:48:54 -07:00
constEnums fix compiler crash (#25925) 2019-04-25 10:51:36 -07:00
controlFlow Fix constant reference check in CFA (#44762) 2021-06-28 16:41:17 -07:00
declarationEmit Reverts #39277 removing bundledPackageName (#41499) 2021-01-08 10:55:34 +00:00
decorators fix(35050): Decorator emit incorrect within try block (#41951) 2021-07-08 10:48:02 -07:00
directives don't emit "unused @ts-expect-error" in unchecked js files (#40046) 2020-08-25 11:04:23 -07:00
dynamicImport Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -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 Improve __spreadArray perf, and other fixes related to SpreadElement (#44527) 2021-06-11 16:21:55 -07:00
es7 Allow trailing commas after-rest elements in destructuring 2018-06-04 14:58:30 -07:00
es2017 lib: remove length field from SharedArrayBuffer (#40858) 2020-10-06 08:27:56 -07:00
es2018 add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
es2019 Add missing MetaProperty stuffs 2021-02-22 19:33:01 -05:00
es2020 Bigint constructor forbids object null undefined (#43204) 2021-03-11 16:51:03 -08:00
es2021/logicalAssignment Add target: ES2021 (#41239) 2021-03-10 13:31:25 -08:00
expressions Change static fields emits (#43114) 2021-06-25 15:49:27 -07:00
externalModules fix(44868): handle import type in shorthand assignment (#44881) 2021-07-06 09:29:09 -06:00
functions Fix regression in name resolution in parameter (#38351) 2020-05-06 12:04:28 -07:00
generators Report implicit any error for 'yield' result with no contextual type (#41348) 2020-12-18 09:55:33 -08:00
interfaces fix(43215): disallow using never as an interface name (#43217) 2021-03-29 17:22:41 -07:00
internalModules
jsdoc fix(43408): emit nullable/optional types on getters (#43476) 2021-04-29 09:20:40 -07:00
jsx Improve parser recovery for unclosed/mismatched JSX elements (#43780) 2021-05-20 07:20:57 -07:00
moduleResolution Fix handling of empty 'types', 'typings', etc. fields in package.json (#31539) 2019-05-23 17:19:32 -07:00
override feat(44263): add quick fix for misspelled override error (#44266) 2021-06-08 15:17:56 -07:00
parser Revert #43460 and #40884 (#44175) 2021-05-19 16:54:07 -07:00
pedantic Fix noUncheckedIndexedAccess with tuple rest types and generic index types (#40681) 2020-10-01 13:56:13 -07:00
references Update Harness.compileFiles to use vfs 2017-11-09 16:01:33 -08:00
salsa Issue "Cannot find name did-you-mean" errors as suggestions in plain JS (#44271) 2021-06-15 08:54:08 -07:00
scanner Add error message for keywords with escapes in them (#32718) 2019-08-12 16:00:38 -07:00
statements fix(43879): forbid async in the left hand in a for-of statement (#43886) 2021-05-12 06:11:08 -07:00
Symbols
types Validate symbol-named properties against symbol index signatures (#44815) 2021-06-29 11:53:07 -10:00
typings Only suggest adding to types if present in compilerOptions 2018-10-30 21:31:22 +01:00
fixSignatureCaching.ts Property assignments in Typescript (#26368) 2018-08-15 15:25:25 -07:00
inferFromBindingPattern.ts Make no inferences from binding patterns with no defaults (#35454) 2019-12-05 07:09:45 -08:00