diff --git a/.github/scripts/clone-parallel.sh b/.github/scripts/clone-parallel.sh index 4c8bc68c4923c..787d21b571ead 100755 --- a/.github/scripts/clone-parallel.sh +++ b/.github/scripts/clone-parallel.sh @@ -8,11 +8,11 @@ set -euo pipefail # Submodule commit SHAs - updated automatically by .github/workflows/update_submodules.yml # NOTE: Prettier version is now pinned to v3.7.3 (not updated by workflow above), Update manually as needed -TEST262_SHA="d0994d64b07cb6c164dd9f345c94ed797a53d69f" -BABEL_SHA="7958603449cf9b17296f6bce58801a832bc55b09" -TYPESCRIPT_SHA="669c25c091ad4d32298d0f33b0e4e681d46de3ea" +TEST262_SHA="7dd5f97e955977edfb60d8e0a4d5f34ff8b838ca" +BABEL_SHA="ec4aa1473d72f4294b6da32598c910b3df2e99f3" +TYPESCRIPT_SHA="38d95c8001300f525fd601dd0ce6d0ff5f12baee" PRETTIER_SHA="fdfa6701767f5140a85902ecc9fb6444f5b4e3f8" -ESTREE_CONFORMANCE_SHA="3e67aec6979243d43bd8ba87cb79eeefa0b55709" +ESTREE_CONFORMANCE_SHA="1f2816b2731f9a68332454c3120abfbd91f425c7" NODE_COMPAT_TABLE_SHA="499beb6f1daa36f10c26b85a7f3ec3b3448ded23" # Default values for which submodules to clone diff --git a/tasks/coverage/snapshots/codegen_babel.snap b/tasks/coverage/snapshots/codegen_babel.snap index 71564b5b0927e..b3a7ea27ee340 100644 --- a/tasks/coverage/snapshots/codegen_babel.snap +++ b/tasks/coverage/snapshots/codegen_babel.snap @@ -1,8 +1,8 @@ -commit: 79586034 +commit: ec4aa147 codegen_babel Summary: -AST Parsed : 2440/2440 (100.00%) -Positive Passed: 2438/2440 (99.92%) +AST Parsed : 2235/2235 (100.00%) +Positive Passed: 2233/2235 (99.91%) Normal: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/47/input.js Normal: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/48/input.js diff --git a/tasks/coverage/snapshots/codegen_test262.snap b/tasks/coverage/snapshots/codegen_test262.snap index 5e458b6bdbc2d..2dd17ac2b33f7 100644 --- a/tasks/coverage/snapshots/codegen_test262.snap +++ b/tasks/coverage/snapshots/codegen_test262.snap @@ -1,5 +1,5 @@ -commit: d0994d64 +commit: 7dd5f97e codegen_test262 Summary: -AST Parsed : 45799/45799 (100.00%) -Positive Passed: 45799/45799 (100.00%) +AST Parsed : 46424/46424 (100.00%) +Positive Passed: 46424/46424 (100.00%) diff --git a/tasks/coverage/snapshots/codegen_typescript.snap b/tasks/coverage/snapshots/codegen_typescript.snap index 642bb6dca4e3f..dec1df69dc3ab 100644 --- a/tasks/coverage/snapshots/codegen_typescript.snap +++ b/tasks/coverage/snapshots/codegen_typescript.snap @@ -1,5 +1,5 @@ -commit: 669c25c0 +commit: 38d95c80 codegen_typescript Summary: -AST Parsed : 9822/9822 (100.00%) -Positive Passed: 9822/9822 (100.00%) +AST Parsed : 9828/9828 (100.00%) +Positive Passed: 9828/9828 (100.00%) diff --git a/tasks/coverage/snapshots/estree_acorn_jsx.snap b/tasks/coverage/snapshots/estree_acorn_jsx.snap index 881904868e9f0..a2312ad808a27 100644 --- a/tasks/coverage/snapshots/estree_acorn_jsx.snap +++ b/tasks/coverage/snapshots/estree_acorn_jsx.snap @@ -1,4 +1,4 @@ -commit: 3e67aec6 +commit: 1f2816b2 estree_acorn_jsx Summary: AST Parsed : 39/39 (100.00%) diff --git a/tasks/coverage/snapshots/estree_test262.snap b/tasks/coverage/snapshots/estree_test262.snap index 5a736e49e66c7..c6190e4aac568 100644 --- a/tasks/coverage/snapshots/estree_test262.snap +++ b/tasks/coverage/snapshots/estree_test262.snap @@ -1,8 +1,8 @@ -commit: d0994d64 +commit: 7dd5f97e estree_test262 Summary: -AST Parsed : 45564/45564 (100.00%) -Positive Passed: 45555/45564 (99.98%) +AST Parsed : 46189/46189 (100.00%) +Positive Passed: 46180/46189 (99.98%) Mismatch: tasks/coverage/test262/test/language/expressions/assignment/fn-name-lhs-cover.js Mismatch: tasks/coverage/test262/test/language/expressions/assignment/target-cover-id.js diff --git a/tasks/coverage/snapshots/estree_typescript.snap b/tasks/coverage/snapshots/estree_typescript.snap index 9f0c1e6a974a9..a9906bd040766 100644 --- a/tasks/coverage/snapshots/estree_typescript.snap +++ b/tasks/coverage/snapshots/estree_typescript.snap @@ -1,8 +1,8 @@ -commit: 669c25c0 +commit: 38d95c80 estree_typescript Summary: -AST Parsed : 9753/9753 (100.00%) -Positive Passed: 9747/9753 (99.94%) +AST Parsed : 9759/9759 (100.00%) +Positive Passed: 9753/9759 (99.94%) Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/modulePreserveTopLevelAwait1.ts `await` is only allowed within async functions and at the top levels of modules diff --git a/tasks/coverage/snapshots/formatter_babel.snap b/tasks/coverage/snapshots/formatter_babel.snap index fd2553dd42565..48643a16deb57 100644 --- a/tasks/coverage/snapshots/formatter_babel.snap +++ b/tasks/coverage/snapshots/formatter_babel.snap @@ -1,5 +1,5 @@ -commit: 79586034 +commit: ec4aa147 formatter_babel Summary: -AST Parsed : 2440/2440 (100.00%) -Positive Passed: 2440/2440 (100.00%) +AST Parsed : 2235/2235 (100.00%) +Positive Passed: 2235/2235 (100.00%) diff --git a/tasks/coverage/snapshots/formatter_test262.snap b/tasks/coverage/snapshots/formatter_test262.snap index 6714caf4d2087..369e37fbf6a41 100644 --- a/tasks/coverage/snapshots/formatter_test262.snap +++ b/tasks/coverage/snapshots/formatter_test262.snap @@ -1,8 +1,8 @@ -commit: d0994d64 +commit: 7dd5f97e formatter_test262 Summary: -AST Parsed : 45799/45799 (100.00%) -Positive Passed: 45796/45799 (99.99%) +AST Parsed : 46424/46424 (100.00%) +Positive Passed: 46421/46424 (99.99%) Mismatch: tasks/coverage/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR-LF.js Mismatch: tasks/coverage/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js diff --git a/tasks/coverage/snapshots/formatter_typescript.snap b/tasks/coverage/snapshots/formatter_typescript.snap index 7540025f47880..7c6bf5166c6a1 100644 --- a/tasks/coverage/snapshots/formatter_typescript.snap +++ b/tasks/coverage/snapshots/formatter_typescript.snap @@ -1,8 +1,8 @@ -commit: 669c25c0 +commit: 38d95c80 formatter_typescript Summary: -AST Parsed : 9822/9822 (100.00%) -Positive Passed: 9815/9822 (99.93%) +AST Parsed : 9828/9828 (100.00%) +Positive Passed: 9821/9828 (99.93%) Mismatch: tasks/coverage/typescript/tests/cases/compiler/amdLikeInputDeclarationEmit.ts Expect to Parse: tasks/coverage/typescript/tests/cases/compiler/genericTypeAssertions3.ts diff --git a/tasks/coverage/snapshots/minifier_babel.snap b/tasks/coverage/snapshots/minifier_babel.snap index a893fd80862c0..a20173216de3e 100644 --- a/tasks/coverage/snapshots/minifier_babel.snap +++ b/tasks/coverage/snapshots/minifier_babel.snap @@ -1,8 +1,8 @@ -commit: 79586034 +commit: ec4aa147 minifier_babel Summary: -AST Parsed : 1823/1823 (100.00%) -Positive Passed: 1821/1823 (99.89%) +AST Parsed : 1795/1795 (100.00%) +Positive Passed: 1793/1795 (99.89%) Compress: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/47/input.js Compress: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/48/input.js diff --git a/tasks/coverage/snapshots/minifier_test262.snap b/tasks/coverage/snapshots/minifier_test262.snap index 5f8ae48675f77..9ff22f5911b9d 100644 --- a/tasks/coverage/snapshots/minifier_test262.snap +++ b/tasks/coverage/snapshots/minifier_test262.snap @@ -1,8 +1,8 @@ -commit: d0994d64 +commit: 7dd5f97e minifier_test262 Summary: -AST Parsed : 43381/43381 (100.00%) -Positive Passed: 43378/43381 (99.99%) +AST Parsed : 44006/44006 (100.00%) +Positive Passed: 44003/44006 (99.99%) Compress: tasks/coverage/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/lone-options-accepted.js Compress: tasks/coverage/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/lone-options-accepted.js diff --git a/tasks/coverage/snapshots/parser_babel.snap b/tasks/coverage/snapshots/parser_babel.snap index f2cda6a04050d..395cdd0e4c58e 100644 --- a/tasks/coverage/snapshots/parser_babel.snap +++ b/tasks/coverage/snapshots/parser_babel.snap @@ -1,9 +1,9 @@ -commit: 79586034 +commit: ec4aa147 parser_babel Summary: -AST Parsed : 2422/2440 (99.26%) -Positive Passed: 2396/2440 (98.20%) -Negative Passed: 1692/1752 (96.58%) +AST Parsed : 2223/2235 (99.46%) +Positive Passed: 2203/2235 (98.57%) +Negative Passed: 1646/1696 (97.05%) Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/es2022/private-in/invalid-private-followed-by-in-2/input.js Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/es2026/async-explicit-resource-management/invalid-script-top-level-using-binding/input.js @@ -12,8 +12,6 @@ Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/es Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-property/typescript-invalid-abstract/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-property/typescript-invalid-abstract-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/arrow-function/arrow-like-in-conditional-2/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/cast/satisfies-const-error/input.ts @@ -58,8 +56,6 @@ Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/ty Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/disallow-jsx-ambiguity/type-parameter/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/disallow-jsx-ambiguity/type-parameter-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/dts/invalid-class-implementation/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/dts/invalid-class-initializer/input.ts @@ -74,42 +70,26 @@ Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/ty Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-in-script/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-in-script-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-require-in-script/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-require-in-script-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-optional-parameter/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-optional-parameter-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-parameters/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-parameters-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-reset-parameter/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-reset-parameter-babel-7/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-this-parameters/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-this-parameters-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type-2/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type-disallowed/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type-disallowed-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-property-access/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-property-access-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-invalid/input.ts -Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-invalid-babel-7/input.ts - Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/import-type-declaration-error/input.ts Expect Syntax Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/invalid-import-type-options-escaped-with/input.ts @@ -178,54 +158,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/o · ───── ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-class-field-initializer-babel-7/input.js - - × Super calls are not permitted outside constructors or in nested functions inside constructors. - ╭─[babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-class-field-initializer-babel-7/input.js:2:14] - 1 │ class Derived extends Base { - 2 │ property = super(); - · ─────── - 3 │ } - ╰──── - -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-function-body-babel-7/input.js - - × Super calls are not permitted outside constructors or in nested functions inside constructors. - ╭─[babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-function-body-babel-7/input.js:2:3] - 1 │ function f() { - 2 │ super(); - · ─────── - 3 │ super.property; - ╰──── - - × 'super' can only be referenced in members of derived classes or object literal expressions. - ╭─[babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-function-body-babel-7/input.js:3:3] - 2 │ super(); - 3 │ super.property; - · ───── - 4 │ } - ╰──── - -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-non-constructor-method-babel-7/input.js - - × Super calls are not permitted outside constructors or in nested functions inside constructors. - ╭─[babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-non-constructor-method-babel-7/input.js:3:5] - 2 │ method() { - 3 │ super(); - · ─────── - 4 │ } - ╰──── - -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-static-block-babel-7/input.js - - × Super calls are not permitted outside constructors or in nested functions inside constructors. - ╭─[babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-static-block-babel-7/input.js:3:5] - 2 │ static { - 3 │ super(); - · ─────── - 4 │ super.property; - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/sourcetype-commonjs/top-level-new-target/input.js × Unexpected new.target expression @@ -412,15 +344,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/es2026 ╰──── help: Try inserting a semicolon here -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx-babel-7/input.ts - - × Unexpected token. Did you mean `{'>'}` or `>`? - ╭─[babel/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx-babel-7/input.ts:2:15] - 1 │ // Same as `generic`. Verify that JSX doesn't change things. - 2 │ (a: T): T => a; - · ▲ - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/constructor-with-modifier-names/input.ts × Multiple constructor implementations are not allowed. @@ -475,32 +398,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc 6 │ abstract!:void; ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names-babel-7/input.ts - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names-babel-7/input.ts:2:5] - 1 │ class C { - 2 │ public(): void; - · ────── - 3 │ public static(): void; - ╰──── - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names-babel-7/input.ts:3:12] - 2 │ public(): void; - 3 │ public static(): void; - · ────── - 4 │ readonly = 0; - ╰──── - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names-babel-7/input.ts:5:5] - 4 │ readonly = 0; - 5 │ async(): void; - · ───── - 6 │ abstract!:void; - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/input.ts × Function implementation is missing or not immediately following the declaration. @@ -675,16 +572,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── Opened here ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-param-babel-7/input.ts - - × Expected `,` or `)` but found `extends` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-param-babel-7/input.ts:1:31] - 1 │ type Equals = A extends (x: B extends C ? D : E) => 0 ? F : G; - · ┬ ───┬─── - · │ ╰── `,` or `)` expected - · ╰── Opened here - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/class-heritage/input.ts × Expected `{` but found `<<` @@ -694,15 +581,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── `{` expected ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/class-heritage-babel-7/input.ts - - × Expected `{` but found `<<` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/class-heritage-babel-7/input.ts:1:17] - 1 │ (class extends f<(v: T) => void> {}); - · ─┬ - · ╰── `{` expected - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/interface-heritage/input.ts × Expected `{` but found `<<` @@ -720,31 +598,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ── ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/jsx-opening-element-babel-7/input.tsx - - × Unexpected token - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/jsx-opening-element-babel-7/input.tsx:1:11] - 1 │ (v: T) => void> /> - · ── - ╰──── - -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/class-heritage/input.ts - - × Expected `{` but found `<<` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/class-heritage/input.ts:1:17] - 1 │ (class extends f<(v: T) => void> {}); - · ─┬ - · ╰── `{` expected - ╰──── - -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/jsx-opening-element/input.tsx - - × Unexpected token - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/jsx-opening-element/input.tsx:1:11] - 1 │ (v: T) => void> /> - · ── - ╰──── - Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters/input.ts × Identifier `method` has already been declared @@ -771,32 +624,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc 32 │ } ╰──── -Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-babel-7/input.ts - - × Identifier `method` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-babel-7/input.ts:29:3] - 28 │ class _ { - 29 │ method() {} - · ───┬── - · ╰── `method` has already been declared here - 30 │ method() {} - · ───┬── - · ╰── It can not be redeclared here - 31 │ method() {} - ╰──── - - × Identifier `method` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-babel-7/input.ts:30:3] - 29 │ method() {} - 30 │ method() {} - · ───┬── - · ╰── `method` has already been declared here - 31 │ method() {} - · ───┬── - · ╰── It can not be redeclared here - 32 │ } - ╰──── - × Invalid function declaration ╭─[babel/packages/babel-parser/test/fixtures/annex-b/enabled/3.1-sloppy-labeled-functions-if-body/input.js:1:11] @@ -6250,48 +6077,24 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ─ ╰──── - × Invalid characters after number - ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-decimal-babel-7/input.js:1:4] - 1 │ 1.0n - · ─ - ╰──── - × Invalid characters after number ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-e/input.js:1:4] 1 │ 2e9n · ─ ╰──── - × Invalid characters after number - ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-e-babel-7/input.js:1:4] - 1 │ 2e9n - · ─ - ╰──── - × Invalid characters after number ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-non-octal-decimal-int/input.js:1:4] 1 │ 089n · ─ ╰──── - × Invalid characters after number - ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-non-octal-decimal-int-babel-7/input.js:1:4] - 1 │ 089n - · ─ - ╰──── - × Invalid characters after number ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-octal-legacy/input.js:1:7] 1 │ 016432n · ─ ╰──── - × Invalid characters after number - ╭─[babel/packages/babel-parser/test/fixtures/es2020/bigint/invalid-octal-legacy-babel-7/input.js:1:7] - 1 │ 016432n - · ─ - ╰──── - × The only valid meta property for import is import.meta ╭─[babel/packages/babel-parser/test/fixtures/es2020/dynamic-import/direct-calls-only/input.js:2:10] 1 │ function failsParse() { @@ -7579,12 +7382,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ─ ╰──── - × Invalid characters after number - ╭─[babel/packages/babel-parser/test/fixtures/es2021/numeric-separator/invalid-non-octal-decimal-int-babel-7/input.js:1:3] - 1 │ 08_0n - · ─ - ╰──── - × Invalid escape sequence ╭─[babel/packages/babel-parser/test/fixtures/es2021/numeric-separator/invalid-unicode/input.js:1:2] 1 │ "\u{1F_639}" @@ -12552,39 +12349,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × Function implementation is missing or not immediately following the declaration. ╭─[babel/packages/babel-parser/test/fixtures/estree/typescript/invalid-class-method-empty-body/input.js:4:11] 3 │ #method(); - 4 │ declare method(); - · ────── - 5 │ } - ╰──── - - × TS(1031): 'declare' modifier cannot appear on class elements of this kind. - ╭─[babel/packages/babel-parser/test/fixtures/estree/typescript/invalid-class-method-empty-body-babel-7/input.js:4:3] - 3 │ #method(); - 4 │ declare method(); - · ─────── - 5 │ } - ╰──── - help: Allowed modifiers are: private, protected, public, static, abstract, override, async - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/estree/typescript/invalid-class-method-empty-body-babel-7/input.js:2:3] - 1 │ class C { - 2 │ method(); - · ────── - 3 │ #method(); - ╰──── - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/estree/typescript/invalid-class-method-empty-body-babel-7/input.js:3:3] - 2 │ method(); - 3 │ #method(); - · ─────── - 4 │ declare method(); - ╰──── - - × Function implementation is missing or not immediately following the declaration. - ╭─[babel/packages/babel-parser/test/fixtures/estree/typescript/invalid-class-method-empty-body-babel-7/input.js:4:11] - 3 │ #method(); 4 │ declare method(); · ────── 5 │ } @@ -12712,62 +12476,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × Bad escape sequence in untagged template literal ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string/invalid-unicode-escape-codepoint/input.js:2:20] 1 │ `\u{g}`; - 2 │ `\u{g}${x}\u{g}${y}\u{g}`; - · ───── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-octal/input.js:1:2] - 1 │ `\1`; - · ── - 2 │ `\1${x}\2${y}\3`; - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-octal/input.js:2:2] - 1 │ `\1`; - 2 │ `\1${x}\2${y}\3`; - · ── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-octal/input.js:2:8] - 1 │ `\1`; - 2 │ `\1${x}\2${y}\3`; - · ── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-octal/input.js:2:14] - 1 │ `\1`; - 2 │ `\1${x}\2${y}\3`; - · ── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-unicode-escape-codepoint/input.js:1:2] - 1 │ `\u{g}`; - · ───── - 2 │ `\u{g}${x}\u{g}${y}\u{g}`; - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-unicode-escape-codepoint/input.js:2:2] - 1 │ `\u{g}`; - 2 │ `\u{g}${x}\u{g}${y}\u{g}`; - · ───── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-unicode-escape-codepoint/input.js:2:11] - 1 │ `\u{g}`; - 2 │ `\u{g}${x}\u{g}${y}\u{g}`; - · ───── - ╰──── - - × Bad escape sequence in untagged template literal - ╭─[babel/packages/babel-parser/test/fixtures/tokens/template-string-babel-7/invalid-unicode-escape-codepoint/input.js:2:20] - 1 │ `\u{g}`; 2 │ `\u{g}${x}\u{g}${y}\u{g}`; · ───── ╰──── @@ -12809,14 +12517,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × The left-hand side of an assignment expression must be a variable or a property access. ╭─[babel/packages/babel-parser/test/fixtures/typescript/assign/invalid-TSTypeParameterInstantiation/input.ts:15:5] 14 │ - 15 │ cls.myFunc = (instance) => { - · ───────────────────────── - 16 │ console.log(instance.myField); - ╰──── - - × The left-hand side of an assignment expression must be a variable or a property access. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/assign/invalid-TSTypeParameterInstantiation-babel-7/input.ts:15:5] - 14 │ 15 │ cls.myFunc = (instance) => { · ───────────────────────── 16 │ console.log(instance.myField); @@ -12900,15 +12600,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc 2 │ func(a: T); ╰──── - × Expected `,` or `)` but found `:` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/cast/parameter-typecast-babel-7/input.ts:1:7] - 1 │ func(a: T); - · ┬ ┬ - · │ ╰── `,` or `)` expected - · ╰── Opened here - 2 │ func(a: T); - ╰──── - × TS(1244): Abstract methods can only appear within an abstract class. ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/abstract-method-in-non-abstract-class-1/input.ts:2:12] 1 │ class Foo { @@ -13032,15 +12723,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc ╰──── help: Instead, add type parameters to the class itself - × TS(1092): Type parameters cannot appear on a constructor declaration - ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/constructor-with-type-parameters-babel-7/input.ts:2:14] - 1 │ class C { - 2 │ constructor(foo: T) {} - · ─── - 3 │ } - ╰──── - help: Instead, add type parameters to the class itself - × 'declare' modifier cannot be used here. ╭─[babel/packages/babel-parser/test/fixtures/typescript/class/declare-accessor/input.ts:2:3] 1 │ class Foo { @@ -13791,12 +13473,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ──────────────────── ╰──── - × TS(1392): An import alias cannot use 'import type' - ╭─[babel/packages/babel-parser/test/fixtures/typescript/import/export-import-type-babel-7/input.ts:1:8] - 1 │ export import type A = B.C; - · ──────────────────── - ╰──── - × TS(1392): An import alias cannot use 'import type' ╭─[babel/packages/babel-parser/test/fixtures/typescript/import/type-equals/input.ts:1:1] 1 │ import type A = B.C; @@ -13807,20 +13483,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × TS(1392): An import alias cannot use 'import type' ╭─[babel/packages/babel-parser/test/fixtures/typescript/import/type-equals/input.ts:2:1] 1 │ import type A = B.C; - 2 │ import type B = C; - · ────────────────── - ╰──── - - × TS(1392): An import alias cannot use 'import type' - ╭─[babel/packages/babel-parser/test/fixtures/typescript/import/type-equals-babel-7/input.ts:1:1] - 1 │ import type A = B.C; - · ──────────────────── - 2 │ import type B = C; - ╰──── - - × TS(1392): An import alias cannot use 'import type' - ╭─[babel/packages/babel-parser/test/fixtures/typescript/import/type-equals-babel-7/input.ts:2:1] - 1 │ import type A = B.C; 2 │ import type B = C; · ────────────────── ╰──── @@ -13858,14 +13520,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × TS(1095): A 'set' accessor cannot have a return type annotation. ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-return-types/input.ts:2:17] 1 │ interface Foo { - 2 │ set foo(param): string; - · ──────── - 3 │ } - ╰──── - - × TS(1095): A 'set' accessor cannot have a return type annotation. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-invalid-return-types-babel-7/input.ts:2:17] - 1 │ interface Foo { 2 │ set foo(param): string; · ──────── 3 │ } @@ -13874,15 +13528,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × Expected `(` but found `<` ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-type-parameters/input.ts:2:10] 1 │ interface Foo { - 2 │ get foo(): string; - · ┬ - · ╰── `(` expected - 3 │ set bar(v); - ╰──── - - × Expected `(` but found `<` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-type-parameters-babel-7/input.ts:2:10] - 1 │ interface Foo { 2 │ get foo(): string; · ┬ · ╰── `(` expected @@ -14005,68 +13650,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × TS(1024): 'readonly' modifier can only appear on a property declaration or index signature. ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method/input.ts:8:3] 7 │ abstract f(); - 8 │ readonly g(); - · ──────── - 9 │ } - ╰──── - - × TS(1070): 'private' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:2:3] - 1 │ interface Foo { - 2 │ private a(); - · ─────── - 3 │ public b(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1070): 'public' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:3:3] - 2 │ private a(); - 3 │ public b(); - · ────── - 4 │ protected c(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1070): 'protected' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:4:3] - 3 │ public b(); - 4 │ protected c(); - · ───────── - 5 │ static d(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1070): 'static' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:5:3] - 4 │ protected c(); - 5 │ static d(); - · ────── - 6 │ declare e(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1070): 'declare' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:6:3] - 5 │ static d(); - 6 │ declare e(); - · ─────── - 7 │ abstract f(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1070): 'abstract' modifier cannot appear on a type member. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:7:3] - 6 │ declare e(); - 7 │ abstract f(); - · ──────── - 8 │ readonly g(); - ╰──── - help: Only 'readonly' modifier is allowed here. - - × TS(1024): 'readonly' modifier can only appear on a property declaration or index signature. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/interface/invalid-modifiers-method-babel-7/input.ts:8:3] - 7 │ abstract f(); 8 │ readonly g(); · ──────── 9 │ } @@ -14219,16 +13802,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `A` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-class-enum-babel-7/input.ts:1:7] - 1 │ class A {} - · ┬ - · ╰── `A` has already been declared here - 2 │ enum A {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `A` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-class-type/input.ts:1:7] 1 │ class A {} @@ -14249,16 +13822,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-constenum-enum-babel-7/input.ts:1:12] - 1 │ const enum X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ enum X {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `X` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-class/input.ts:1:6] 1 │ enum X {} @@ -14269,16 +13832,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-class-babel-7/input.ts:1:6] - 1 │ enum X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ class X {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `X` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-constenum/input.ts:1:6] 1 │ enum X {} @@ -14289,16 +13842,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-constenum-babel-7/input.ts:1:6] - 1 │ enum X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ const enum X {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Foo` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-function/input.ts:1:6] 1 │ enum Foo {} @@ -14309,16 +13852,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-function-babel-7/input.ts:1:6] - 1 │ enum Foo {} - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ function Foo() {} - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × Identifier `X` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-interface/input.ts:1:6] 1 │ enum X {} @@ -14329,16 +13862,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-interface-babel-7/input.ts:1:6] - 1 │ enum X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ interface X {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Foo` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-let/input.ts:1:6] 1 │ enum Foo {} @@ -14349,16 +13872,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-let-babel-7/input.ts:1:6] - 1 │ enum Foo {} - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ let Foo; - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × Identifier `X` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-type/input.ts:1:6] 1 │ enum X {} @@ -14369,16 +13882,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-type-babel-7/input.ts:1:6] - 1 │ enum X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ type X = number; - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Foo` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-var/input.ts:1:6] 1 │ enum Foo {} @@ -14389,16 +13892,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-var-babel-7/input.ts:1:6] - 1 │ enum Foo {} - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ let Foo; - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Foo` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-function-enum/input.ts:1:10] 1 │ function Foo() {} @@ -14409,16 +13902,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-function-enum-babel-7/input.ts:1:10] - 1 │ function Foo() {} - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ enum Foo {} - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Context` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-import/input.ts:1:15] 1 │ import type { Context } from 'react'; @@ -14439,16 +13922,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `X` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-interface-enum-babel-7/input.ts:1:11] - 1 │ interface X {} - · ┬ - · ╰── `X` has already been declared here - 2 │ enum X {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `Foo` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-let-enum/input.ts:1:5] 1 │ let Foo; @@ -14459,16 +13932,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-let-enum-babel-7/input.ts:1:5] - 1 │ let Foo; - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ enum Foo {} - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × Identifier `A` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-type-class/input.ts:1:6] 1 │ type A = number; @@ -14489,16 +13952,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `A` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-type-enum-babel-7/input.ts:1:6] - 1 │ type A = number; - · ┬ - · ╰── `A` has already been declared here - 2 │ enum A {} - · ┬ - · ╰── It can not be redeclared here - ╰──── - × Identifier `A` has already been declared ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-type-interface/input.ts:1:6] 1 │ type A = number; @@ -14529,16 +13982,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── It can not be redeclared here ╰──── - × Identifier `Foo` has already been declared - ╭─[babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-var-enum-babel-7/input.ts:1:5] - 1 │ let Foo; - · ─┬─ - · ╰── `Foo` has already been declared here - 2 │ enum Foo {} - · ─┬─ - · ╰── It can not be redeclared here - ╰──── - × TS(1184): Modifiers cannot appear here. ╭─[babel/packages/babel-parser/test/fixtures/typescript/static-blocks/invalid-static-block-with-accessibility-private-01/input.ts:2:3] 1 │ class Foo { @@ -14711,96 +14154,48 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-function-babel-7/input.ts:1:4] - 1 │ foo<>() - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-interface-extends/input.ts:1:22] 1 │ interface A extends B<> {} · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-interface-extends-babel-7/input.ts:1:22] - 1 │ interface A extends B<> {} - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-interface-implements/input.ts:1:21] 1 │ class A implements B<> {} · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-interface-implements-babel-7/input.ts:1:21] - 1 │ class A implements B<> {} - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-new/input.ts:1:6] 1 │ new A<>(); · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-new-babel-7/input.ts:1:6] - 1 │ new A<>(); - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-superclass/input.ts:1:18] 1 │ class A extends B<> {} · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-superclass-babel-7/input.ts:1:18] - 1 │ class A extends B<> {} - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-tsx/input.ts:1:14] 1 │ var a = > · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-tsx-babel-7/input.ts:1:14] - 1 │ var a = > - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-type-import/input.ts:1:18] 1 │ let a: import("")<>; · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-type-import-babel-7/input.ts:1:18] - 1 │ let a: import("")<>; - · ── - ╰──── - × TS(1099): Type argument list cannot be empty. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-type-ref/input.ts:1:11] 1 │ let a: Foo<>; · ── ╰──── - × TS(1099): Type argument list cannot be empty. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/empty-type-ref-babel-7/input.ts:1:11] - 1 │ let a: Foo<>; - · ── - ╰──── - × Expected a semicolon or an implicit semicolon after a statement, but found none ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-without-arguments-missing-semicolon/input.ts:1:9] 1 │ new A if (0); @@ -14808,13 +14203,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc ╰──── help: Try inserting a semicolon here - × Expected a semicolon or an implicit semicolon after a statement, but found none - ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-without-arguments-missing-semicolon-babel-7/input.ts:1:9] - 1 │ new A if (0); - · ▲ - ╰──── - help: Try inserting a semicolon here - × TS(2207): The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement. ╭─[babel/packages/babel-parser/test/fixtures/typescript/type-only-import-export-specifiers/export-invalid-type-in-type/input.ts:1:15] 1 │ export type { type foo } from "foo"; @@ -14890,28 +14278,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × TS(1141): String literal expected. ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/import-type-dynamic-errors/input.ts:3:17] 2 │ type Y = import(`Foo`); - 3 │ type Z = import(Y); - · ─ - ╰──── - - × TS(1141): String literal expected. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/import-type-dynamic-errors-babel-7/input.ts:1:17] - 1 │ type X = import(3); - · ─ - 2 │ type Y = import(`Foo`); - ╰──── - - × TS(1141): String literal expected. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/import-type-dynamic-errors-babel-7/input.ts:2:17] - 1 │ type X = import(3); - 2 │ type Y = import(`Foo`); - · ───── - 3 │ type Z = import(Y); - ╰──── - - × TS(1141): String literal expected. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/import-type-dynamic-errors-babel-7/input.ts:3:17] - 2 │ type Y = import(`Foo`); 3 │ type Z = import(Y); · ─ ╰──── @@ -15005,12 +14371,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ──────── ╰──── - × TS(1354): 'readonly' type modifier is only permitted on array and tuple literal types. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/read-only-4-babel-7/input.ts:1:12] - 1 │ type T33 = readonly Array; // Error - · ──────── - ╰──── - × Expected `,` or `]` but found `:` ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/tuple-invalid-label-1/input.ts:1:14] 1 │ type T = [x.y: A]; @@ -15027,14 +14387,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── Opened here ╰──── - × Expected `,` or `]` but found `:` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/tuple-invalid-label-2-babel-7/input.ts:1:15] - 1 │ type T = [x: A]; - · ┬ ┬ - · │ ╰── `,` or `]` expected - · ╰── Opened here - ╰──── - × TS(5086): A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type. ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/tuple-labeled-invalid-optional/input.ts:1:14] 1 │ type T = [x: A?]; @@ -15094,64 +14446,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × TS(1274): 'out' modifier can only appear on a type parameter of a class, interface or type alias. ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations/input.ts:101:21] 100 │ declare function f1(x: T): void; // Error - 101 │ declare function f2(): T; // Error - · ───── - 102 │ - ╰──── - - × TS(1273): 'public' modifier cannot be used on a type parameter. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:95:10] - 94 │ - 95 │ type T20 = T; // Error - · ────── - 96 │ type T21 = T; // Error - ╰──── - - × TS(1030): 'in' modifier already seen. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:96:17] - 95 │ type T20 = T; // Error - 96 │ type T21 = T; // Error - · ── - 97 │ type T22 = T; // Error - ╰──── - help: Remove the duplicate modifier. - - × TS(1030): 'out' modifier already seen. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:97:17] - 96 │ type T21 = T; // Error - 97 │ type T22 = T; // Error - · ─── - 98 │ type T23 = T; // Error - ╰──── - help: Remove the duplicate modifier. - - × TS(1274): 'in' modifier can only appear on a type parameter of a class, interface or type alias. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:104:5] - 103 │ class C { - 104 │ in a = 0; // Error - · ── - 105 │ out b = 0; // Error - ╰──── - - × TS(1274): 'out' modifier can only appear on a type parameter of a class, interface or type alias. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:105:5] - 104 │ in a = 0; // Error - 105 │ out b = 0; // Error - · ─── - 106 │ } - ╰──── - - × TS(1274): 'in' modifier can only appear on a type parameter of a class, interface or type alias. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:100:21] - 99 │ - 100 │ declare function f1(x: T): void; // Error - · ──── - 101 │ declare function f2(): T; // Error - ╰──── - - × TS(1274): 'out' modifier can only appear on a type parameter of a class, interface or type alias. - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-babel-7/input.ts:101:21] - 100 │ declare function f1(x: T): void; // Error 101 │ declare function f2(): T; // Error · ───── 102 │ @@ -15160,14 +14454,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc × Unexpected token. Did you mean `{'>'}` or `>`? ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-with-jsx/input.tsx:2:11] 1 │ // valid JSX - 2 │ () => {}; - · ▲ - 3 │ - ╰──── - - × Unexpected token. Did you mean `{'>'}` or `>`? - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types/variance-annotations-with-jsx-babel-7/input.tsx:2:11] - 1 │ // valid JSX 2 │ () => {}; · ▲ 3 │ @@ -15185,18 +14471,6 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc · ╰── Opened here ╰──── - × Expected `]` but found `EOF` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types-arrow-function-babel-7/invalid-incomplete-array-like/input.ts:2:1] - 1 │ type F = ([ - ╰──── - - × Expected `}` but found `EOF` - ╭─[babel/packages/babel-parser/test/fixtures/typescript/types-arrow-function-babel-7/invalid-incomplete-object-like/input.ts:2:1] - 1 │ type F = ({ - · ┬ - · ╰── Opened here - ╰──── - × Missing initializer in destructuring declaration ╭─[babel/packages/babel-parser/test/fixtures/typescript/variable-declarator/definite-assignment-not-allowed/input.ts:1:5] 1 │ let {}! = {}; diff --git a/tasks/coverage/snapshots/parser_test262.snap b/tasks/coverage/snapshots/parser_test262.snap index 4ad80a392c015..ee53ca8594ab3 100644 --- a/tasks/coverage/snapshots/parser_test262.snap +++ b/tasks/coverage/snapshots/parser_test262.snap @@ -1,8 +1,8 @@ -commit: d0994d64 +commit: 7dd5f97e parser_test262 Summary: -AST Parsed : 45791/45799 (99.98%) -Positive Passed: 45783/45799 (99.97%) +AST Parsed : 46416/46424 (99.98%) +Positive Passed: 46408/46424 (99.97%) Negative Passed: 4579/4581 (99.96%) Expect Syntax Error: tasks/coverage/test262/test/language/statements/await-using/syntax/await-using-not-allowed-at-top-level-of-script.js diff --git a/tasks/coverage/snapshots/parser_typescript.snap b/tasks/coverage/snapshots/parser_typescript.snap index 5a5b9bdc49f69..ee018f5669df7 100644 --- a/tasks/coverage/snapshots/parser_typescript.snap +++ b/tasks/coverage/snapshots/parser_typescript.snap @@ -1,8 +1,8 @@ -commit: 669c25c0 +commit: 38d95c80 parser_typescript Summary: -AST Parsed : 9821/9822 (99.99%) -Positive Passed: 9812/9822 (99.90%) +AST Parsed : 9827/9828 (99.99%) +Positive Passed: 9818/9828 (99.90%) Negative Passed: 1485/2547 (58.30%) Expect Syntax Error: tasks/coverage/typescript/tests/cases/compiler/FunctionDeclaration3.ts diff --git a/tasks/coverage/snapshots/semantic_babel.snap b/tasks/coverage/snapshots/semantic_babel.snap index d982d1b6d5813..d30dd525c19f9 100644 --- a/tasks/coverage/snapshots/semantic_babel.snap +++ b/tasks/coverage/snapshots/semantic_babel.snap @@ -1,8 +1,8 @@ -commit: 79586034 +commit: ec4aa147 semantic_babel Summary: -AST Parsed : 2440/2440 (100.00%) -Positive Passed: 2007/2440 (82.25%) +AST Parsed : 2235/2235 (100.00%) +Positive Passed: 1936/2235 (86.62%) semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/annex-b/enabled/valid-assignment-target-type/input.js Cannot assign to this expression @@ -39,19 +39,6 @@ semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/op Super calls are not permitted outside constructors or in nested functions inside constructors. 'super' can only be referenced in members of derived classes or object literal expressions. -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-class-field-initializer-babel-7/input.js -Super calls are not permitted outside constructors or in nested functions inside constructors. - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-function-body-babel-7/input.js -Super calls are not permitted outside constructors or in nested functions inside constructors. -'super' can only be referenced in members of derived classes or object literal expressions. - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-non-constructor-method-babel-7/input.js -Super calls are not permitted outside constructors or in nested functions inside constructors. - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowSuperOutsideMethod-true-in-static-block-babel-7/input.js -Super calls are not permitted outside constructors or in nested functions inside constructors. - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/sourcetype-commonjs/top-level-new-target/input.js Unexpected new.target expression @@ -234,31 +221,16 @@ Scope children mismatch: after transform: ScopeId(1): [ScopeId(2)] rebuilt : ScopeId(1): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-method/typescript-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(1): [ScopeId(2)] -rebuilt : ScopeId(1): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-method/typescript-invalid-abstract/input.ts Scope children mismatch: after transform: ScopeId(1): [ScopeId(2)] rebuilt : ScopeId(1): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-method/typescript-invalid-abstract-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(1): [ScopeId(2)] -rebuilt : ScopeId(1): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-property/typescript/input.js Unresolved references mismatch: after transform: ["Array", "WeakMap", "foo", "require"] rebuilt : ["WeakMap", "foo", "require"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/class-private-property/typescript-babel-7/input.js -Unresolved references mismatch: -after transform: ["Array", "WeakMap", "foo", "require"] -rebuilt : ["WeakMap", "foo", "require"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/enum/input.js Bindings mismatch: after transform: ScopeId(1): ["A", "a", "r"] @@ -270,27 +242,11 @@ Symbol flags mismatch for "A": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/enum-babel-7/input.js -Bindings mismatch: -after transform: ScopeId(1): ["A", "a", "r"] -rebuilt : ScopeId(1): ["A"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(0x0) -rebuilt : ScopeId(1): ScopeFlags(Function) -Symbol flags mismatch for "A": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/instantiation-expression-optional-chain/input.ts Unresolved references mismatch: after transform: ["a", "c"] rebuilt : ["a"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/instantiation-expression-optional-chain-babel-7/input.ts -Unresolved references mismatch: -after transform: ["a", "c"] -rebuilt : ["a"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/literals/input.js Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(5), ScopeId(6), ScopeId(7)] @@ -304,24 +260,11 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [ScopeId(1)] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/loc-index-property-babel-7/input.js -Bindings mismatch: -after transform: ScopeId(0): ["AssertsFoo", "Foo", "_defineProperty"] -rebuilt : ScopeId(0): ["AssertsFoo", "_defineProperty"] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [ScopeId(1)] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/optional-chaining/input.js Unresolved references mismatch: after transform: ["T", "foo"] rebuilt : ["foo"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/optional-chaining-babel-7/input.js -Unresolved references mismatch: -after transform: ["T", "foo"] -rebuilt : ["foo"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/estree/typescript/shorthand-ambient-module/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -347,19 +290,11 @@ Unresolved references mismatch: after transform: ["T", "async"] rebuilt : ["async"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/arrow-function/async-generic-false-positive-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "async"] -rebuilt : ["async"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/arrow-function/destructuring-with-annotation-newline/input.ts Unresolved references mismatch: after transform: ["T"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/arrow-function/generic-tsx-babel-7/input.ts -Unexpected token. Did you mean `{'>'}` or `>`? - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/assert-predicate/arrow-function/input.ts Unresolved references mismatch: after transform: ["asserts"] @@ -464,14 +399,6 @@ Unresolved references mismatch: after transform: ["B", "Promise"] rebuilt : ["B"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/async-optional-method-babel-7/input.js -Scope children mismatch: -after transform: ScopeId(1): [ScopeId(2)] -rebuilt : ScopeId(1): [] -Unresolved references mismatch: -after transform: ["B", "Promise"] -rebuilt : ["B"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/constructor/input.ts Scope children mismatch: after transform: ScopeId(1): [ScopeId(2), ScopeId(3), ScopeId(4)] @@ -493,51 +420,26 @@ Unresolved references mismatch: after transform: ["T", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/expression-extends-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements/input.ts Unresolved references mismatch: after transform: ["T", "X", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/expression-extends-implements-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "X", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/expression-implements/input.ts Unresolved references mismatch: after transform: ["T", "X"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/expression-implements-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "X"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/extends/input.ts Unresolved references mismatch: after transform: ["T", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/extends-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/extends-implements/input.ts Unresolved references mismatch: after transform: ["T", "X", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/extends-implements-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "X", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/get-generic/input.ts Bindings mismatch: after transform: ScopeId(0): ["C"] @@ -546,34 +448,16 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/get-generic-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["C"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/implements/input.ts Unresolved references mismatch: after transform: ["T", "X"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/implements-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "X"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names/input.ts Function implementation is missing or not immediately following the declaration. Function implementation is missing or not immediately following the declaration. Function implementation is missing or not immediately following the declaration. -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/members-with-modifier-names-babel-7/input.ts -Function implementation is missing or not immediately following the declaration. -Function implementation is missing or not immediately following the declaration. -Function implementation is missing or not immediately following the declaration. - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/class/members-with-reserved-names/input.ts Function implementation is missing or not immediately following the declaration. @@ -632,14 +516,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/const/initializer-ambient-context-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["N"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/const/input.ts Bindings mismatch: after transform: ScopeId(0): ["x", "y"] @@ -658,14 +534,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(5), ScopeId(6)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/eval-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["arguments", "eval"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(5), ScopeId(6)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/function-rest-trailing-comma/input.ts Bindings mismatch: after transform: ScopeId(0): ["foo"] @@ -694,11 +562,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/pattern-parameters-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/declare/valid-namespace-var/input.ts Bindings mismatch: after transform: ScopeId(0): ["valid_namespace_var"] @@ -720,14 +583,6 @@ Symbol span mismatch for "Test": after transform: SymbolId(1): Span { start: 0, end: 0 } rebuilt : SymbolId(2): Span { start: 27, end: 31 } -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/decorators/type-arguments-babel-7/input.ts -Symbol span mismatch for "Test": -after transform: SymbolId(0): Span { start: 27, end: 31 } -rebuilt : SymbolId(1): Span { start: 0, end: 0 } -Symbol span mismatch for "Test": -after transform: SymbolId(1): Span { start: 0, end: 0 } -rebuilt : SymbolId(2): Span { start: 27, end: 31 } - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/const/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -736,14 +591,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(ConstEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/const-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(ConstEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare/input.ts Bindings mismatch: after transform: ScopeId(0): ["E"] @@ -752,14 +599,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["E"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare-const/input.ts Bindings mismatch: after transform: ScopeId(0): ["E"] @@ -768,14 +607,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare-const-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["E"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare-new-line/input.ts Bindings mismatch: after transform: ScopeId(0): ["E"] @@ -784,14 +615,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/declare-new-line-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["E"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/enum-as-or-satisfies-brackets/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -806,20 +629,6 @@ Symbol flags mismatch for "satisfies": after transform: SymbolId(1): SymbolFlags(RegularEnum) rebuilt : SymbolId(2): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/enum-as-or-satisfies-brackets-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Scope flags mismatch: -after transform: ScopeId(2): ScopeFlags(StrictMode) -rebuilt : ScopeId(2): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "as": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -Symbol flags mismatch for "satisfies": -after transform: SymbolId(1): SymbolFlags(RegularEnum) -rebuilt : SymbolId(2): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -828,14 +637,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export-const/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -844,14 +645,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(ConstEnum) rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export-const-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(ConstEnum) -rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const/input.ts Bindings mismatch: after transform: ScopeId(0): ["E"] @@ -860,14 +653,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/export-declare-const-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["E"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members/input.ts Bindings mismatch: after transform: ScopeId(1): ["A", "B", "E"] @@ -879,17 +664,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(1): ["A", "B", "E"] -rebuilt : ScopeId(1): ["E"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words/input.ts Bindings mismatch: after transform: ScopeId(1): ["E", "const", "default"] @@ -901,17 +675,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-reserved-words-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(1): ["E", "const", "default"] -rebuilt : ScopeId(1): ["E"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-strings/input.ts Bindings mismatch: after transform: ScopeId(1): ["E", "bar", "foo"] @@ -923,17 +686,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-strings-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(1): ["E", "bar", "foo"] -rebuilt : ScopeId(1): ["E"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma/input.ts Bindings mismatch: after transform: ScopeId(1): ["A", "E"] @@ -945,17 +697,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(1): ["A", "E"] -rebuilt : ScopeId(1): ["E"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer/input.ts Bindings mismatch: after transform: ScopeId(1): ["A", "E"] @@ -967,17 +708,6 @@ Symbol flags mismatch for "E": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/enum/members-trailing-comma-with-initializer-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(1): ["A", "E"] -rebuilt : ScopeId(1): ["E"] -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/explicit-resource-management/valid-for-using-declaration-binding-of/input.js Unexpected token @@ -989,14 +719,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(5), ScopeId(6), ScopeId(7)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/export/declare-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["C", "M", "N", "_bar", "bar", "f", "foo", "x"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(5), ScopeId(6), ScopeId(7)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/export/equals/input.ts Reference flags mismatch for "f": after transform: ReferenceId(0): ReferenceFlags(Read | Type) @@ -1034,20 +756,6 @@ Symbol flags mismatch for "D": after transform: SymbolId(3): SymbolFlags(RegularEnum) rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/export/export-value-declaration-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["C", "D", "E", "a", "b"] -rebuilt : ScopeId(0): ["C", "D", "a", "b"] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4)] -rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)] -Scope flags mismatch: -after transform: ScopeId(3): ScopeFlags(StrictMode) -rebuilt : ScopeId(3): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "D": -after transform: SymbolId(3): SymbolFlags(RegularEnum) -rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/export/nested-same-name/input.ts Symbol flags mismatch for "N": after transform: SymbolId(1): SymbolFlags(ValueModule) @@ -1061,11 +769,6 @@ Unresolved references mismatch: after transform: ["Generator"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/function/anonymous-generator-babel-7/input.ts -Unresolved references mismatch: -after transform: ["Generator"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/function/declare/input.ts Bindings mismatch: after transform: ScopeId(0): ["f"] @@ -1074,14 +777,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/function/declare-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["f"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/function/declare-pattern-parameters/input.ts A required parameter cannot follow an optional parameter. @@ -1103,31 +798,16 @@ Unresolved references mismatch: after transform: ["B"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-babel-7/input.ts -Unresolved references mismatch: -after transform: ["B"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-in-unambiguous/input.ts Unresolved references mismatch: after transform: ["B"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/equals-in-unambiguous-babel-7/input.ts -Unresolved references mismatch: -after transform: ["B"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/export-import-type-require/input.ts Bindings mismatch: after transform: ScopeId(0): ["a"] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/export-import-type-require-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["a"] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/import-default-and-named-id-type/input.ts Bindings mismatch: after transform: ScopeId(0): ["bar", "type"] @@ -1163,41 +843,21 @@ Bindings mismatch: after transform: ScopeId(0): ["A", "B", "a", "b"] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/type-asi-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["A", "B", "a", "b"] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/type-equals-require/input.ts Bindings mismatch: after transform: ScopeId(0): ["a"] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/import/type-equals-require-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["a"] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/call-signature/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/call-signature-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/construct-signature/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/construct-signature-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/export/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] @@ -1211,14 +871,6 @@ Unresolved references mismatch: after transform: ["X", "Z"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/extends-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["X", "Z"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/extends-identifier-type-arguments/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1257,11 +909,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/generic-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1272,26 +919,11 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-ambiguous-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-methods/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/get-set-methods-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/index-signature/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1310,44 +942,21 @@ Unresolved references mismatch: after transform: ["Symbol"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-computed-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["Symbol"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-generic/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-generic-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-optional/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-optional-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-plain/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/method-plain-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/modifiers/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1358,11 +967,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/pattern-parameters-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/properties/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1386,11 +990,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/reserved-method-name-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/interface/separators/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)] @@ -1438,19 +1037,10 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/global-in-module-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head/input.ts Ambient modules cannot be nested in other modules or namespaces. Ambient modules cannot be nested in other modules or namespaces. -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-babel-7/input.ts -Ambient modules cannot be nested in other modules or namespaces. -Ambient modules cannot be nested in other modules or namespaces. - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare/input.ts Bindings mismatch: after transform: ScopeId(0): ["M", "N"] @@ -1459,14 +1049,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(5)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-declare-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["M", "N"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(5)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export/input.ts Bindings mismatch: after transform: ScopeId(0): ["X"] @@ -1475,14 +1057,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(3)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/head-export-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["X"] -rebuilt : ScopeId(0): [] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(3)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/module-namespace/module-as-or-satisfies-brackets/input.ts Bindings mismatch: after transform: ScopeId(0): ["as", "satisfies"] @@ -1504,11 +1078,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(3)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/destructuring-in-function-type-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(3)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/elision-arrow-destructuring-13636/input.ts Unresolved references mismatch: after transform: ["b", "c"] @@ -1525,51 +1094,19 @@ Symbol flags mismatch for "E": after transform: SymbolId(1): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/is-default-export-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)] -rebuilt : ScopeId(0): [ScopeId(1)] -Scope flags mismatch: -after transform: ScopeId(2): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "E": -after transform: SymbolId(1): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/issue-7742/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/issue-7742-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type-2-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["var"] -rebuilt : [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/keyword-qualified-type-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-param/input.ts Expected `,` or `)` but found `extends` -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-param-babel-7/input.ts -Expected `,` or `)` but found `extends` - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-return/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -1578,14 +1115,6 @@ Unresolved references mismatch: after transform: ["A", "B", "C", "D", "E", "F", "G"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/regression/nested-extends-in-arrow-type-return-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["A", "B", "C", "D", "E", "F", "G"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/callable-class/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] @@ -1616,14 +1145,6 @@ Symbol flags mismatch for "Foo": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/enum-block-scoped-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(2): ScopeFlags(StrictMode) -rebuilt : ScopeId(2): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "Foo": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(BlockScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-declare-function-after/input.ts Bindings mismatch: after transform: ScopeId(0): ["foo"] @@ -1648,14 +1169,6 @@ Symbol flags mismatch for "Test": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-enum-after-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "Test": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-enum-before/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -1664,14 +1177,6 @@ Symbol flags mismatch for "Test": after transform: SymbolId(0): SymbolFlags(RegularEnum) rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-enum-before-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "Test": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/export-func-in-declare-module/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(6)] @@ -1788,20 +1293,6 @@ Symbol redeclarations mismatch for "Foo": after transform: SymbolId(0): [Span { start: 11, end: 14 }, Span { start: 29, end: 32 }] rebuilt : SymbolId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-constenum-constenum-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Scope flags mismatch: -after transform: ScopeId(2): ScopeFlags(StrictMode) -rebuilt : ScopeId(2): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "Foo": -after transform: SymbolId(0): SymbolFlags(ConstEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -Symbol redeclarations mismatch for "Foo": -after transform: SymbolId(0): [Span { start: 11, end: 14 }, Span { start: 29, end: 32 }] -rebuilt : SymbolId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-enum/input.ts Scope flags mismatch: after transform: ScopeId(1): ScopeFlags(StrictMode) @@ -1816,20 +1307,6 @@ Symbol redeclarations mismatch for "Foo": after transform: SymbolId(0): [Span { start: 5, end: 8 }, Span { start: 17, end: 20 }] rebuilt : SymbolId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-enum-enum-babel-7/input.ts -Scope flags mismatch: -after transform: ScopeId(1): ScopeFlags(StrictMode) -rebuilt : ScopeId(1): ScopeFlags(StrictMode | Function) -Scope flags mismatch: -after transform: ScopeId(2): ScopeFlags(StrictMode) -rebuilt : ScopeId(2): ScopeFlags(StrictMode | Function) -Symbol flags mismatch for "Foo": -after transform: SymbolId(0): SymbolFlags(RegularEnum) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -Symbol redeclarations mismatch for "Foo": -after transform: SymbolId(0): [Span { start: 5, end: 8 }, Span { start: 17, end: 20 }] -rebuilt : SymbolId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-function-interface/input.ts Bindings mismatch: after transform: ScopeId(0): [] @@ -1886,26 +1363,6 @@ Unresolved references mismatch: after transform: ["M"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-equals-var-babel-7/input.ts -Bindings mismatch: -after transform: ScopeId(0): ["M"] -rebuilt : ScopeId(0): ["a"] -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Symbol flags mismatch for "a": -after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | Import) -rebuilt : SymbolId(0): SymbolFlags(FunctionScopedVariable) -Symbol span mismatch for "a": -after transform: SymbolId(1): Span { start: 20, end: 21 } -rebuilt : SymbolId(0): Span { start: 31, end: 32 } -Symbol redeclarations mismatch for "a": -after transform: SymbolId(1): [Span { start: 20, end: 21 }, Span { start: 31, end: 32 }] -rebuilt : SymbolId(0): [] -Unresolved references mismatch: -after transform: ["M"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-let/input.ts Symbol flags mismatch for "Context": after transform: SymbolId(1): SymbolFlags(BlockScopedVariable | Import) @@ -1944,167 +1401,10 @@ Symbol redeclarations mismatch for "b": after transform: SymbolId(3): [Span { start: 81, end: 82 }, Span { start: 170, end: 174 }] rebuilt : SymbolId(3): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-let-babel-7/input.ts -Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(BlockScopedVariable | Import) -rebuilt : SymbolId(1): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "Context": -after transform: SymbolId(1): Span { start: 16, end: 23 } -rebuilt : SymbolId(1): Span { start: 104, end: 124 } -Symbol reference IDs mismatch for "Context": -after transform: SymbolId(1): [ReferenceId(0)] -rebuilt : SymbolId(1): [] -Symbol redeclarations mismatch for "Context": -after transform: SymbolId(1): [Span { start: 16, end: 23 }, Span { start: 104, end: 124 }] -rebuilt : SymbolId(1): [] -Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(BlockScopedVariable | Import) -rebuilt : SymbolId(2): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "a": -after transform: SymbolId(2): Span { start: 49, end: 50 } -rebuilt : SymbolId(2): Span { start: 156, end: 160 } -Symbol reference IDs mismatch for "a": -after transform: SymbolId(2): [ReferenceId(2)] -rebuilt : SymbolId(2): [] -Symbol redeclarations mismatch for "a": -after transform: SymbolId(2): [Span { start: 49, end: 50 }, Span { start: 156, end: 160 }] -rebuilt : SymbolId(2): [] -Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(BlockScopedVariable | Import) -rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "b": -after transform: SymbolId(3): Span { start: 81, end: 82 } -rebuilt : SymbolId(3): Span { start: 170, end: 174 } -Symbol reference IDs mismatch for "b": -after transform: SymbolId(3): [ReferenceId(3)] -rebuilt : SymbolId(3): [] -Symbol redeclarations mismatch for "b": -after transform: SymbolId(3): [Span { start: 81, end: 82 }, Span { start: 170, end: 174 }] -rebuilt : SymbolId(3): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-let/input.ts Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(1): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "Context": -after transform: SymbolId(1): Span { start: 21, end: 28 } -rebuilt : SymbolId(1): Span { start: 119, end: 139 } -Symbol reference IDs mismatch for "Context": -after transform: SymbolId(1): [ReferenceId(0)] -rebuilt : SymbolId(1): [] -Symbol redeclarations mismatch for "Context": -after transform: SymbolId(1): [Span { start: 21, end: 28 }, Span { start: 119, end: 139 }] -rebuilt : SymbolId(1): [] -Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(2): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "a": -after transform: SymbolId(2): Span { start: 59, end: 60 } -rebuilt : SymbolId(2): Span { start: 171, end: 175 } -Symbol reference IDs mismatch for "a": -after transform: SymbolId(2): [ReferenceId(2)] -rebuilt : SymbolId(2): [] -Symbol redeclarations mismatch for "a": -after transform: SymbolId(2): [Span { start: 59, end: 60 }, Span { start: 171, end: 175 }] -rebuilt : SymbolId(2): [] -Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "b": -after transform: SymbolId(3): Span { start: 96, end: 97 } -rebuilt : SymbolId(3): Span { start: 185, end: 189 } -Symbol reference IDs mismatch for "b": -after transform: SymbolId(3): [ReferenceId(3)] -rebuilt : SymbolId(3): [] -Symbol redeclarations mismatch for "b": -after transform: SymbolId(3): [Span { start: 96, end: 97 }, Span { start: 185, end: 189 }] -rebuilt : SymbolId(3): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-let-babel-7/input.ts -Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(1): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "Context": -after transform: SymbolId(1): Span { start: 21, end: 28 } -rebuilt : SymbolId(1): Span { start: 119, end: 139 } -Symbol reference IDs mismatch for "Context": -after transform: SymbolId(1): [ReferenceId(0)] -rebuilt : SymbolId(1): [] -Symbol redeclarations mismatch for "Context": -after transform: SymbolId(1): [Span { start: 21, end: 28 }, Span { start: 119, end: 139 }] -rebuilt : SymbolId(1): [] -Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(2): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "a": -after transform: SymbolId(2): Span { start: 59, end: 60 } -rebuilt : SymbolId(2): Span { start: 171, end: 175 } -Symbol reference IDs mismatch for "a": -after transform: SymbolId(2): [ReferenceId(2)] -rebuilt : SymbolId(2): [] -Symbol redeclarations mismatch for "a": -after transform: SymbolId(2): [Span { start: 59, end: 60 }, Span { start: 171, end: 175 }] -rebuilt : SymbolId(2): [] -Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(BlockScopedVariable | TypeImport) -rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) -Symbol span mismatch for "b": -after transform: SymbolId(3): Span { start: 96, end: 97 } -rebuilt : SymbolId(3): Span { start: 185, end: 189 } -Symbol reference IDs mismatch for "b": -after transform: SymbolId(3): [ReferenceId(3)] -rebuilt : SymbolId(3): [] -Symbol redeclarations mismatch for "b": -after transform: SymbolId(3): [Span { start: 96, end: 97 }, Span { start: 185, end: 189 }] -rebuilt : SymbolId(3): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-type/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-var/input.ts -Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(1): SymbolFlags(FunctionScopedVariable) -Symbol span mismatch for "Context": -after transform: SymbolId(1): Span { start: 21, end: 28 } -rebuilt : SymbolId(1): Span { start: 119, end: 139 } -Symbol reference IDs mismatch for "Context": -after transform: SymbolId(1): [ReferenceId(0)] -rebuilt : SymbolId(1): [] -Symbol redeclarations mismatch for "Context": -after transform: SymbolId(1): [Span { start: 21, end: 28 }, Span { start: 119, end: 139 }] -rebuilt : SymbolId(1): [] -Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(2): SymbolFlags(FunctionScopedVariable) -Symbol span mismatch for "a": -after transform: SymbolId(2): Span { start: 59, end: 60 } -rebuilt : SymbolId(2): Span { start: 171, end: 175 } -Symbol reference IDs mismatch for "a": -after transform: SymbolId(2): [ReferenceId(2)] -rebuilt : SymbolId(2): [] -Symbol redeclarations mismatch for "a": -after transform: SymbolId(2): [Span { start: 59, end: 60 }, Span { start: 171, end: 175 }] -rebuilt : SymbolId(2): [] -Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(3): SymbolFlags(FunctionScopedVariable) -Symbol span mismatch for "b": -after transform: SymbolId(3): Span { start: 96, end: 97 } -rebuilt : SymbolId(3): Span { start: 185, end: 189 } -Symbol reference IDs mismatch for "b": -after transform: SymbolId(3): [ReferenceId(3)] -rebuilt : SymbolId(3): [] -Symbol redeclarations mismatch for "b": -after transform: SymbolId(3): [Span { start: 96, end: 97 }, Span { start: 185, end: 189 }] -rebuilt : SymbolId(3): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-var-babel-7/input.ts -Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(1): SymbolFlags(FunctionScopedVariable) +after transform: SymbolId(1): SymbolFlags(BlockScopedVariable | TypeImport) +rebuilt : SymbolId(1): SymbolFlags(BlockScopedVariable) Symbol span mismatch for "Context": after transform: SymbolId(1): Span { start: 21, end: 28 } rebuilt : SymbolId(1): Span { start: 119, end: 139 } @@ -2115,8 +1415,8 @@ Symbol redeclarations mismatch for "Context": after transform: SymbolId(1): [Span { start: 21, end: 28 }, Span { start: 119, end: 139 }] rebuilt : SymbolId(1): [] Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(2): SymbolFlags(FunctionScopedVariable) +after transform: SymbolId(2): SymbolFlags(BlockScopedVariable | TypeImport) +rebuilt : SymbolId(2): SymbolFlags(BlockScopedVariable) Symbol span mismatch for "a": after transform: SymbolId(2): Span { start: 59, end: 60 } rebuilt : SymbolId(2): Span { start: 171, end: 175 } @@ -2127,8 +1427,8 @@ Symbol redeclarations mismatch for "a": after transform: SymbolId(2): [Span { start: 59, end: 60 }, Span { start: 171, end: 175 }] rebuilt : SymbolId(2): [] Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(FunctionScopedVariable | TypeImport) -rebuilt : SymbolId(3): SymbolFlags(FunctionScopedVariable) +after transform: SymbolId(3): SymbolFlags(BlockScopedVariable | TypeImport) +rebuilt : SymbolId(3): SymbolFlags(BlockScopedVariable) Symbol span mismatch for "b": after transform: SymbolId(3): Span { start: 96, end: 97 } rebuilt : SymbolId(3): Span { start: 185, end: 189 } @@ -2139,45 +1439,50 @@ Symbol redeclarations mismatch for "b": after transform: SymbolId(3): [Span { start: 96, end: 97 }, Span { start: 185, end: 189 }] rebuilt : SymbolId(3): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-var/input.ts +semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-type/input.ts +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1)] +rebuilt : ScopeId(0): [] + +semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-type-var/input.ts Symbol flags mismatch for "Context": -after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | Import) +after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | TypeImport) rebuilt : SymbolId(1): SymbolFlags(FunctionScopedVariable) Symbol span mismatch for "Context": -after transform: SymbolId(1): Span { start: 16, end: 23 } -rebuilt : SymbolId(1): Span { start: 104, end: 124 } +after transform: SymbolId(1): Span { start: 21, end: 28 } +rebuilt : SymbolId(1): Span { start: 119, end: 139 } Symbol reference IDs mismatch for "Context": after transform: SymbolId(1): [ReferenceId(0)] rebuilt : SymbolId(1): [] Symbol redeclarations mismatch for "Context": -after transform: SymbolId(1): [Span { start: 16, end: 23 }, Span { start: 104, end: 124 }] +after transform: SymbolId(1): [Span { start: 21, end: 28 }, Span { start: 119, end: 139 }] rebuilt : SymbolId(1): [] Symbol flags mismatch for "a": -after transform: SymbolId(2): SymbolFlags(FunctionScopedVariable | Import) +after transform: SymbolId(2): SymbolFlags(FunctionScopedVariable | TypeImport) rebuilt : SymbolId(2): SymbolFlags(FunctionScopedVariable) Symbol span mismatch for "a": -after transform: SymbolId(2): Span { start: 49, end: 50 } -rebuilt : SymbolId(2): Span { start: 156, end: 160 } +after transform: SymbolId(2): Span { start: 59, end: 60 } +rebuilt : SymbolId(2): Span { start: 171, end: 175 } Symbol reference IDs mismatch for "a": after transform: SymbolId(2): [ReferenceId(2)] rebuilt : SymbolId(2): [] Symbol redeclarations mismatch for "a": -after transform: SymbolId(2): [Span { start: 49, end: 50 }, Span { start: 156, end: 160 }] +after transform: SymbolId(2): [Span { start: 59, end: 60 }, Span { start: 171, end: 175 }] rebuilt : SymbolId(2): [] Symbol flags mismatch for "b": -after transform: SymbolId(3): SymbolFlags(FunctionScopedVariable | Import) +after transform: SymbolId(3): SymbolFlags(FunctionScopedVariable | TypeImport) rebuilt : SymbolId(3): SymbolFlags(FunctionScopedVariable) Symbol span mismatch for "b": -after transform: SymbolId(3): Span { start: 81, end: 82 } -rebuilt : SymbolId(3): Span { start: 170, end: 174 } +after transform: SymbolId(3): Span { start: 96, end: 97 } +rebuilt : SymbolId(3): Span { start: 185, end: 189 } Symbol reference IDs mismatch for "b": after transform: SymbolId(3): [ReferenceId(3)] rebuilt : SymbolId(3): [] Symbol redeclarations mismatch for "b": -after transform: SymbolId(3): [Span { start: 81, end: 82 }, Span { start: 170, end: 174 }] +after transform: SymbolId(3): [Span { start: 96, end: 97 }, Span { start: 185, end: 189 }] rebuilt : SymbolId(3): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-var-babel-7/input.ts +semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/scope/redeclaration-import-var/input.ts Symbol flags mismatch for "Context": after transform: SymbolId(1): SymbolFlags(FunctionScopedVariable | Import) rebuilt : SymbolId(1): SymbolFlags(FunctionScopedVariable) @@ -2421,21 +1726,11 @@ Unresolved references mismatch: after transform: ["Generator"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/anonymous-function-generator-babel-7/input.ts -Unresolved references mismatch: -after transform: ["Generator"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block/input.tsx Unresolved references mismatch: after transform: ["D", "T"] rebuilt : ["D"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/brace-is-block-babel-7/input.tsx -Unresolved references mismatch: -after transform: ["D", "T"] -rebuilt : ["D"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2444,24 +1739,11 @@ Unresolved references mismatch: after transform: ["C", "T", "f"] rebuilt : ["C", "f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/type-arguments-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["C", "T", "f"] -rebuilt : ["C", "f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters/input.ts Scope children mismatch: after transform: ScopeId(1): [ScopeId(2)] rebuilt : ScopeId(1): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/tsx/type-parameters-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(1): [ScopeId(2)] -rebuilt : ScopeId(1): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-alias/declare/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2477,11 +1759,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-alias/generic-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex-tokens-true/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2490,14 +1767,6 @@ Unresolved references mismatch: after transform: ["Array"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-alias/generic-complex-tokens-true-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["Array"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-alias/plain/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2513,71 +1782,36 @@ Unresolved references mismatch: after transform: ["T", "U", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/call-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "U", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/call-optional-chain/input.ts Unresolved references mismatch: after transform: ["Q", "W", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/call-optional-chain-babel-7/input.ts -Unresolved references mismatch: -after transform: ["Q", "W", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-asi/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(5), ScopeId(6), ScopeId(7)] rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(6), ScopeId(8)] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-asi-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(5), ScopeId(6), ScopeId(7)] -rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4), ScopeId(6), ScopeId(8)] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-binary-operator/input.ts Unresolved references mismatch: after transform: ["a", "b", "c"] rebuilt : ["a", "c"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-binary-operator-babel-7/input.ts -Unresolved references mismatch: -after transform: ["a", "b", "c"] -rebuilt : ["a", "c"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-optional-chain/input.ts Unresolved references mismatch: after transform: ["a", "c"] rebuilt : ["a"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/instantiation-expression-optional-chain-babel-7/input.ts -Unresolved references mismatch: -after transform: ["a", "c"] -rebuilt : ["a"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new/input.ts Unresolved references mismatch: after transform: ["C", "T", "U"] rebuilt : ["C"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-babel-7/input.ts -Unresolved references mismatch: -after transform: ["C", "T", "U"] -rebuilt : ["C"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive-3/input.ts Unresolved references mismatch: after transform: ["A", "B", "C"] rebuilt : ["A", "C"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-false-positive-3-babel-7/input.ts -Unresolved references mismatch: -after transform: ["A", "B", "C"] -rebuilt : ["A", "C"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-without-arguments/input.ts Unresolved references mismatch: after transform: ["A", "T"] @@ -2588,36 +1822,16 @@ Unresolved references mismatch: after transform: ["A", "T"] rebuilt : ["A"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-without-arguments-asi-babel-7/input.ts -Unresolved references mismatch: -after transform: ["A", "T"] -rebuilt : ["A"] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/new-without-arguments-babel-7/input.ts -Unresolved references mismatch: -after transform: ["A", "T"] -rebuilt : ["A"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/tagged-template/input.ts Unresolved references mismatch: after transform: ["T", "f"] rebuilt : ["f"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/tagged-template-babel-7/input.ts -Unresolved references mismatch: -after transform: ["T", "f"] -rebuilt : ["f"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/tagged-template-no-asi/input.ts Unresolved references mismatch: after transform: ["C", "T"] rebuilt : ["C"] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments/tagged-template-no-asi-babel-7/input.ts -Unresolved references mismatch: -after transform: ["C", "T"] -rebuilt : ["C"] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/after-bit-shift/input.ts Unresolved references mismatch: after transform: ["T", "f", "x"] @@ -2628,72 +1842,25 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/call-expression-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/class-heritage/input.ts Expected `{` but found `<<` -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/class-heritage-babel-7/input.ts -Expected `{` but found `<<` - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/decorator-call-expression/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [ScopeId(1)] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/decorator-call-expression-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [ScopeId(1)] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/interface-heritage/input.ts Expected `{` but found `<<` semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/jsx-opening-element/input.tsx Unexpected token -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/jsx-opening-element-babel-7/input.tsx -Unexpected token - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/new-expression/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like/new-expression-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/after-bit-shift/input.ts -Unresolved references mismatch: -after transform: ["T", "f", "x"] -rebuilt : ["f", "x"] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/call-expression/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/class-heritage/input.ts -Expected `{` but found `<<` - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/decorator-call-expression/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [ScopeId(1)] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/jsx-opening-element/input.tsx -Unexpected token - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-arguments-bit-shift-left-like-babel-7/new-expression/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/type-only-import-export-specifiers/export-type-only-as-as-keyword/input.ts Unresolved references mismatch: after transform: ["as"] @@ -2739,11 +1906,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/abstract-constructor-signatures-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/conditional/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2754,11 +1916,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/conditional-infer-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/conditional-infer-parenthesized-expressions-true/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2768,40 +1925,21 @@ semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescr Identifier `method` has already been declared Identifier `method` has already been declared -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/const-type-parameters-babel-7/input.ts -Identifier `method` has already been declared -Identifier `method` has already been declared - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/constructor-signatures/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/constructor-signatures-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-generic/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-generic-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-in-generic/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2810,24 +1948,11 @@ Unresolved references mismatch: after transform: ["Array"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-in-generic-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["Array"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-with-this/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/function-with-this-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/import-type-declaration/input.ts Bindings mismatch: after transform: ScopeId(0): ["A", "B", "T", "Types"] @@ -2851,19 +1976,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/infer-with-constraints-and-conditional-types-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/infer-with-constraints-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(5), ScopeId(7), ScopeId(9), ScopeId(11), ScopeId(13)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["MustBeNumber"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/intrinsic-identifier/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] @@ -2877,21 +1989,11 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/intrinsic-keyword-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/literal-string-2/input.ts Unresolved references mismatch: after transform: ["bar"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/literal-string-2-babel-7/input.ts -Unresolved references mismatch: -after transform: ["bar"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/mapped/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4)] @@ -2905,19 +2007,6 @@ Unresolved references mismatch: after transform: ["Exclude", "NewKeyType"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/mapped-as-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(5)] -rebuilt : ScopeId(0): [] -Unresolved references mismatch: -after transform: ["Exclude", "NewKeyType"] -rebuilt : [] - -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/mapped-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/parenthesized/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2928,21 +2017,11 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/parenthesized-indexed-access-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/parenthesized-object/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/parenthesized-object-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/parenthesized-object-parenthesized-expressions-true/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -2953,11 +2032,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/pattern-parameters-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/reference/input.ts Unresolved references mismatch: after transform: ["T"] @@ -2968,31 +2042,16 @@ Unresolved references mismatch: after transform: ["Array"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/reference-generic-babel-7/input.ts -Unresolved references mismatch: -after transform: ["Array"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested/input.ts Unresolved references mismatch: after transform: ["Array"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/reference-generic-nested-babel-7/input.ts -Unresolved references mismatch: -after transform: ["Array"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/tuple-keyword-labeled/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/tuple-keyword-labeled-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/tuple-labeled/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -3035,11 +2094,6 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/type-literal-get-set-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/type-operator/input.ts Unresolved references mismatch: after transform: ["T"] @@ -3055,21 +2109,11 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/typeof-type-asi-false-parameters-babel-7/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/typeof-type-parameters/input.ts Unresolved references mismatch: after transform: ["w", "y"] rebuilt : [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/typeof-type-parameters-babel-7/input.ts -Unresolved references mismatch: -after transform: ["w", "y"] -rebuilt : [] - semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types/types-named-abstract/input.ts Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] @@ -3085,8 +2129,3 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1)] rebuilt : ScopeId(0): [] -semantic Error: tasks/coverage/babel/packages/babel-parser/test/fixtures/typescript/types-arrow-function-babel-7/object-pattern-with-template/input.ts -Scope children mismatch: -after transform: ScopeId(0): [ScopeId(1)] -rebuilt : ScopeId(0): [] - diff --git a/tasks/coverage/snapshots/semantic_test262.snap b/tasks/coverage/snapshots/semantic_test262.snap index 58086c56b86d2..32aff544a407f 100644 --- a/tasks/coverage/snapshots/semantic_test262.snap +++ b/tasks/coverage/snapshots/semantic_test262.snap @@ -1,8 +1,8 @@ -commit: d0994d64 +commit: 7dd5f97e semantic_test262 Summary: -AST Parsed : 45799/45799 (100.00%) -Positive Passed: 44147/45799 (96.39%) +AST Parsed : 46424/46424 (100.00%) +Positive Passed: 44772/46424 (96.44%) semantic Error: tasks/coverage/test262/test/annexB/language/expressions/assignmenttargettype/callexpression-as-for-in-lhs.js Cannot assign to this expression diff --git a/tasks/coverage/snapshots/semantic_typescript.snap b/tasks/coverage/snapshots/semantic_typescript.snap index 57e07f8d4231f..bed74acd3dfb4 100644 --- a/tasks/coverage/snapshots/semantic_typescript.snap +++ b/tasks/coverage/snapshots/semantic_typescript.snap @@ -1,8 +1,8 @@ -commit: 669c25c0 +commit: 38d95c80 semantic_typescript Summary: -AST Parsed : 6148/6148 (100.00%) -Positive Passed: 2662/6148 (43.30%) +AST Parsed : 6154/6154 (100.00%) +Positive Passed: 2662/6154 (43.26%) semantic Error: tasks/coverage/typescript/tests/cases/compiler/2dArrays.ts Symbol reference IDs mismatch for "Cell": after transform: SymbolId(0): [ReferenceId(1)] @@ -16264,6 +16264,86 @@ Scope children mismatch: after transform: ScopeId(0): [ScopeId(1), ScopeId(5), ScopeId(6), ScopeId(7), ScopeId(8)] rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3), ScopeId(4)] +semantic Error: tasks/coverage/typescript/tests/cases/compiler/inferenceContextualReturnTypeUnion1.ts +Bindings mismatch: +after transform: ScopeId(0): ["ex2", "ex3", "test", "useCallback1", "useCallback2"] +rebuilt : ScopeId(0): ["test"] +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(4), ScopeId(5), ScopeId(7), ScopeId(8), ScopeId(10), ScopeId(11)] +rebuilt : ScopeId(0): [ScopeId(1), ScopeId(2), ScopeId(3)] +Reference symbol mismatch for "ex2": +after transform: SymbolId(3) "ex2" +rebuilt : +Reference symbol mismatch for "useCallback1": +after transform: SymbolId(0) "useCallback1" +rebuilt : +Reference symbol mismatch for "ex3": +after transform: SymbolId(7) "ex3" +rebuilt : +Reference symbol mismatch for "useCallback1": +after transform: SymbolId(0) "useCallback1" +rebuilt : +Reference symbol mismatch for "useCallback2": +after transform: SymbolId(11) "useCallback2" +rebuilt : +Unresolved references mismatch: +after transform: ["Function"] +rebuilt : ["ex2", "ex3", "useCallback1", "useCallback2"] + +semantic Error: tasks/coverage/typescript/tests/cases/compiler/inferenceContextualReturnTypeUnion2.ts +Bindings mismatch: +after transform: ScopeId(0): ["findByLabelText", "queries"] +rebuilt : ScopeId(0): ["queries"] +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(6), ScopeId(7)] +rebuilt : ScopeId(0): [] +Symbol reference IDs mismatch for "queries": +after transform: SymbolId(11): [ReferenceId(24)] +rebuilt : SymbolId(0): [] +Reference symbol mismatch for "findByLabelText": +after transform: SymbolId(8) "findByLabelText" +rebuilt : +Unresolved references mismatch: +after transform: ["Error", "HTMLElement", "Parameters", "Promise", "ReturnType"] +rebuilt : ["findByLabelText"] + +semantic Error: tasks/coverage/typescript/tests/cases/compiler/inferenceContextualReturnTypeUnion3.ts +Bindings mismatch: +after transform: ScopeId(0): ["deprecate", "soonFrozenObjectDeprecation"] +rebuilt : ScopeId(0): ["soonFrozenObjectDeprecation"] +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1), ScopeId(2)] +rebuilt : ScopeId(0): [ScopeId(1)] +Reference symbol mismatch for "deprecate": +after transform: SymbolId(0) "deprecate" +rebuilt : +Reference symbol mismatch for "deprecate": +after transform: SymbolId(0) "deprecate" +rebuilt : +Reference symbol mismatch for "deprecate": +after transform: SymbolId(0) "deprecate" +rebuilt : +Reference symbol mismatch for "deprecate": +after transform: SymbolId(0) "deprecate" +rebuilt : +Unresolved references mismatch: +after transform: ["Function", "Proxy", "Reflect"] +rebuilt : ["Proxy", "Reflect", "deprecate"] + +semantic Error: tasks/coverage/typescript/tests/cases/compiler/inferenceContextualReturnTypeUnion4.ts +Scope children mismatch: +after transform: ScopeId(1): [ScopeId(2)] +rebuilt : ScopeId(1): [] +Scope children mismatch: +after transform: ScopeId(3): [ScopeId(4)] +rebuilt : ScopeId(2): [] +Scope children mismatch: +after transform: ScopeId(5): [ScopeId(6)] +rebuilt : ScopeId(3): [] +Unresolved references mismatch: +after transform: ["Promise"] +rebuilt : [] + semantic Error: tasks/coverage/typescript/tests/cases/compiler/inferenceDoesNotAddUndefinedOrNull.ts Bindings mismatch: after transform: ScopeId(0): ["flatMapChildren", "flatMapChildren2", "toArray"] @@ -25736,6 +25816,43 @@ Unresolved references mismatch: after transform: [] rebuilt : ["configureStore"] +semantic Error: tasks/coverage/typescript/tests/cases/compiler/reverseMappedTypeInferenceWidening1.ts +Bindings mismatch: +after transform: ScopeId(0): ["fn1", "fn2", "fn3", "result1", "result2", "result3", "takeType"] +rebuilt : ScopeId(0): ["result1", "result2", "result3"] +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1), ScopeId(3), ScopeId(4), ScopeId(7), ScopeId(8), ScopeId(9), ScopeId(10)] +rebuilt : ScopeId(0): [] +Reference symbol mismatch for "fn1": +after transform: SymbolId(8) "fn1" +rebuilt : +Reference symbol mismatch for "fn2": +after transform: SymbolId(12) "fn2" +rebuilt : +Reference symbol mismatch for "fn3": +after transform: SymbolId(16) "fn3" +rebuilt : +Reference symbol mismatch for "takeType": +after transform: SymbolId(20) "takeType" +rebuilt : +Unresolved references mismatch: +after transform: ["Boolean", "Readonly"] +rebuilt : ["Boolean", "fn1", "fn2", "fn3", "takeType"] + +semantic Error: tasks/coverage/typescript/tests/cases/compiler/reverseMappedTypeInferenceWidening2.ts +Bindings mismatch: +after transform: ScopeId(0): ["res1", "test1"] +rebuilt : ScopeId(0): ["res1"] +Scope children mismatch: +after transform: ScopeId(0): [ScopeId(1)] +rebuilt : ScopeId(0): [] +Reference symbol mismatch for "test1": +after transform: SymbolId(0) "test1" +rebuilt : +Unresolved references mismatch: +after transform: ["Record"] +rebuilt : ["test1"] + semantic Error: tasks/coverage/typescript/tests/cases/compiler/reverseMappedTypePrimitiveConstraintProperty.ts Bindings mismatch: after transform: ScopeId(0): ["result", "test"] diff --git a/tasks/coverage/snapshots/transformer_babel.snap b/tasks/coverage/snapshots/transformer_babel.snap index 93d9ff3dec9b5..0d0d3c64e41e5 100644 --- a/tasks/coverage/snapshots/transformer_babel.snap +++ b/tasks/coverage/snapshots/transformer_babel.snap @@ -1,8 +1,8 @@ -commit: 79586034 +commit: ec4aa147 transformer_babel Summary: -AST Parsed : 2440/2440 (100.00%) -Positive Passed: 2437/2440 (99.88%) +AST Parsed : 2235/2235 (100.00%) +Positive Passed: 2232/2235 (99.87%) Mismatch: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/opts/allowYieldOutsideFunction-true-2/input.js Mismatch: tasks/coverage/babel/packages/babel-parser/test/fixtures/core/uncategorised/47/input.js diff --git a/tasks/coverage/snapshots/transformer_test262.snap b/tasks/coverage/snapshots/transformer_test262.snap index 8564b4a110667..47ac5f55fe93a 100644 --- a/tasks/coverage/snapshots/transformer_test262.snap +++ b/tasks/coverage/snapshots/transformer_test262.snap @@ -1,5 +1,5 @@ -commit: d0994d64 +commit: 7dd5f97e transformer_test262 Summary: -AST Parsed : 45799/45799 (100.00%) -Positive Passed: 45799/45799 (100.00%) +AST Parsed : 46424/46424 (100.00%) +Positive Passed: 46424/46424 (100.00%) diff --git a/tasks/coverage/snapshots/transformer_typescript.snap b/tasks/coverage/snapshots/transformer_typescript.snap index f3d1c1e11ccd9..3e5069138c4af 100644 --- a/tasks/coverage/snapshots/transformer_typescript.snap +++ b/tasks/coverage/snapshots/transformer_typescript.snap @@ -1,8 +1,8 @@ -commit: 669c25c0 +commit: 38d95c80 transformer_typescript Summary: -AST Parsed : 9822/9822 (100.00%) -Positive Passed: 9820/9822 (99.98%) +AST Parsed : 9828/9828 (100.00%) +Positive Passed: 9826/9828 (99.98%) Mismatch: tasks/coverage/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/autoAccessor2.ts Mismatch: tasks/coverage/typescript/tests/cases/conformance/esDecorators/classDeclaration/fields/esDecorators-classDeclaration-fields-staticPrivateAccessor.ts diff --git a/tasks/coverage/snapshots/transpile.snap b/tasks/coverage/snapshots/transpile.snap index dbae4cc257f43..f2cae21cdb245 100644 --- a/tasks/coverage/snapshots/transpile.snap +++ b/tasks/coverage/snapshots/transpile.snap @@ -1,4 +1,4 @@ -commit: 669c25c0 +commit: 38d95c80 transpile Summary: AST Parsed : 20/20 (100.00%) diff --git a/tasks/coverage/snapshots/tsc_diagnostics_codes.snap b/tasks/coverage/snapshots/tsc_diagnostics_codes.snap index 7b8c646e9c73b..4d2ecccbb729d 100644 --- a/tasks/coverage/snapshots/tsc_diagnostics_codes.snap +++ b/tasks/coverage/snapshots/tsc_diagnostics_codes.snap @@ -1,4 +1,4 @@ -commit: 669c25c0 +commit: 38d95c80 --- NOTE: If you are seeing this file with Git diffs, please follow the instructions below to review the changes. diff --git a/tasks/transform_conformance/snapshots/babel.snap.md b/tasks/transform_conformance/snapshots/babel.snap.md index 771e1cca07261..09344e3844fba 100644 --- a/tasks/transform_conformance/snapshots/babel.snap.md +++ b/tasks/transform_conformance/snapshots/babel.snap.md @@ -1,6 +1,6 @@ -commit: 79586034 +commit: ec4aa147 -Passed: 712/1220 +Passed: 701/1176 # All Passed: * babel-plugin-transform-logical-assignment-operators @@ -11,7 +11,7 @@ Passed: 712/1220 * babel-plugin-transform-react-jsx-source -# babel-preset-env (45/130) +# babel-preset-env (30/82) * dynamic-import/auto-esm-unsupported-import-unsupported/input.mjs x Output mismatch @@ -27,21 +27,6 @@ env: Systemjs module is not implemented. * dynamic-import/modules-umd/input.mjs env: Umd module is not implemented. -* dynamic-import-babel-7/auto-esm-unsupported-import-unsupported/input.mjs -x Output mismatch - -* dynamic-import-babel-7/modules-amd/input.js -env: Amd module is not implemented. - -* dynamic-import-babel-7/modules-cjs/input.mjs -x Output mismatch - -* dynamic-import-babel-7/modules-systemjs/input.mjs -env: Systemjs module is not implemented. - -* dynamic-import-babel-7/modules-umd/input.mjs -env: Umd module is not implemented. - * export-namespace-from/auto-esm-not-supported/input.mjs x Output mismatch @@ -168,90 +153,6 @@ x Output mismatch * preset-options/unicode-sets-regex-chrome-111/input.js x Output mismatch -* preset-options-babel-7/browserslist-config-ignore-config-with-false/input.mjs -x Output mismatch - -* preset-options-babel-7/browserslist-config-ignore-package-with-false/input.mjs -x Output mismatch - -* preset-options-babel-7/browserslist-defaults/input.mjs -x Output mismatch - -* preset-options-babel-7/browserslist-defaults-not-ie/input.mjs -x Output mismatch - -* preset-options-babel-7/deno-1_0/input.mjs -x Output mismatch - -* preset-options-babel-7/destructuring-edge/input.js -x Output mismatch - -* preset-options-babel-7/duplicate-named-capturing-groups-regex-chrome-120/input.js -x Output mismatch - -* preset-options-babel-7/empty-options/input.mjs -x Output mismatch - -* preset-options-babel-7/esmodules-async-functions/input.mjs -x Output mismatch - -* preset-options-babel-7/include/input.mjs -x Output mismatch - -* preset-options-babel-7/include-scoped/input.mjs -x Output mismatch - -* preset-options-babel-7/ios-10/input.mjs -x Output mismatch - -* preset-options-babel-7/ios-10_3/input.mjs -x Output mismatch - -* preset-options-babel-7/ios-6/input.mjs -x Output mismatch - -* preset-options-babel-7/loose-typeof-symbol/input.mjs -x Output mismatch - -* preset-options-babel-7/loose-with-typeof-symbol-includes/input.mjs -x Output mismatch - -* preset-options-babel-7/no-options/input.mjs -x Output mismatch - -* preset-options-babel-7/regexp-modifiers-chrome-121/input.js -x Output mismatch - -* preset-options-babel-7/reserved-keys-ie8/input.mjs -x Output mismatch - -* preset-options-babel-7/reserved-names-ie8/input.mjs -x Output mismatch - -* preset-options-babel-7/rhino-1_7_13/input.mjs -x Output mismatch - -* preset-options-babel-7/safari-10_3-block-scoped/input.js -x Output mismatch - -* preset-options-babel-7/safari-tagged-template-literals/input.js -x Output mismatch - -* preset-options-babel-7/shippedProposals/input.js -x Output mismatch - -* preset-options-babel-7/spec/input.js -x Output mismatch - -* preset-options-babel-7/unicode-property-regex-chrome-49/input.js -x Output mismatch - -* preset-options-babel-7/unicode-sets-regex-chrome-111/input.js -x Output mismatch - -* preset-options-babel-7/useBuiltIns-false/input.mjs -x Output mismatch - * sanity/block-scoping-for-of/input.js x Output mismatch @@ -2830,7 +2731,7 @@ x Output mismatch x Output mismatch -# babel-plugin-transform-react-jsx (134/146) +# babel-plugin-transform-react-jsx (138/150) * autoImport/after-polyfills-compiled-to-cjs/input.mjs x Output mismatch diff --git a/tasks/transform_conformance/snapshots/babel_exec.snap.md b/tasks/transform_conformance/snapshots/babel_exec.snap.md index 7f254ebbd98af..1b7c2831b2c74 100644 --- a/tasks/transform_conformance/snapshots/babel_exec.snap.md +++ b/tasks/transform_conformance/snapshots/babel_exec.snap.md @@ -1,4 +1,4 @@ -commit: 79586034 +commit: ec4aa147 node: v24.10.0 diff --git a/tasks/transform_conformance/snapshots/oxc.snap.md b/tasks/transform_conformance/snapshots/oxc.snap.md index 9499c764a59b8..295ede96e7b70 100644 --- a/tasks/transform_conformance/snapshots/oxc.snap.md +++ b/tasks/transform_conformance/snapshots/oxc.snap.md @@ -1,4 +1,4 @@ -commit: 79586034 +commit: ec4aa147 Passed: 201/332 diff --git a/tasks/transform_conformance/snapshots/oxc_exec.snap.md b/tasks/transform_conformance/snapshots/oxc_exec.snap.md index 1ca9678a4631a..52b73df0dedd9 100644 --- a/tasks/transform_conformance/snapshots/oxc_exec.snap.md +++ b/tasks/transform_conformance/snapshots/oxc_exec.snap.md @@ -1,4 +1,4 @@ -commit: 79586034 +commit: ec4aa147 node: v24.10.0