Skip to content

Commit

Permalink
chore: bump submodules and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 6, 2023
1 parent 812baeb commit b46f34e
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 623 deletions.
2 changes: 1 addition & 1 deletion tasks/coverage/babel
Submodule babel updated 2235 files
4 changes: 2 additions & 2 deletions tasks/coverage/formatter_babel.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
formatter_babel Summary:
AST Parsed : 2096/2096 (100.00%)
Positive Passed: 2073/2096 (98.90%)
AST Parsed : 2078/2078 (100.00%)
Positive Passed: 2055/2078 (98.89%)
Expect to Parse: "typescript/cast/nested-parenthesized-assert-and-assign/input.ts"
Expect to Parse: "typescript/class/abstract/input.ts"
Expect to Parse: "typescript/class/declare/input.ts"
Expand Down
4 changes: 2 additions & 2 deletions tasks/coverage/formatter_test262.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
formatter_test262 Summary:
AST Parsed : 45488/45488 (100.00%)
Positive Passed: 45488/45488 (100.00%)
AST Parsed : 44738/44738 (100.00%)
Positive Passed: 44738/44738 (100.00%)
217 changes: 93 additions & 124 deletions tasks/coverage/parser_babel.snap

Large diffs are not rendered by default.

93 changes: 48 additions & 45 deletions tasks/coverage/parser_test262.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parser_test262 Summary:
AST Parsed : 44964/44964 (100.00%)
Positive Passed: 44964/44964 (100.00%)
AST Parsed : 44219/44219 (100.00%)
Positive Passed: 44219/44219 (100.00%)
Negative Passed: 3919/3947 (99.29%)
Expect Syntax Error: "built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-01.js"
Expect Syntax Error: "built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-02.js"
Expand Down Expand Up @@ -13006,20 +13006,20 @@ Expect Syntax Error: "built-ins/RegExp/prototype/unicodeSets/breaking-change-fro
· ─────────────────
╰────

× The keyword 'yield' is reserved
╭─[language/expressions/dynamic-import/2nd-param-yield-ident-invalid.js:18:1]
18 │
19 │ import('./empty_FIXTURE.js', yield);
· ─────
╰────

× Keywords cannot contain escape characters
╭─[language/expressions/dynamic-import/escape-sequence-import.js:34:1]
34 │
35 │ im\u0070ort('./empty_FIXTURE.js');
· ───────────
╰────

× The keyword 'yield' is reserved
╭─[language/expressions/dynamic-import/import-assertions/2nd-param-yield-ident-invalid.js:18:1]
18 │
19 │ import('./empty_FIXTURE.js', yield);
· ─────
╰────

× Cannot assign to this expression
╭─[language/expressions/dynamic-import/syntax/invalid/invalid-assignmenttargettype-syntax-error-1-update-expression.js:45:1]
45 │
Expand Down Expand Up @@ -19355,6 +19355,45 @@ Expect Syntax Error: "built-ins/RegExp/prototype/unicodeSets/breaking-change-fro
· ─
╰────

× Identifier `test262_a` has already been declared
╭─[language/module-code/early-dup-assert-key-export.js:20:1]
20 │ export * from './import-assertion-3_FIXTURE.js' assert {
21 │ test262_a: '',
· ────┬────
· ╰── `test262_a` has already been declared here
22 │ test262_b: '',
23 │ 'test262_\u0061': ''
· ────────┬───────
· ╰── It can not be redeclared here
24 │ };
╰────

× Identifier `test262_a` has already been declared
╭─[language/module-code/early-dup-assert-key-import-nobinding.js:21:1]
21 │ import './import-assertion-2_FIXTURE.js' assert {
22 │ test262_a: '',
· ────┬────
· ╰── `test262_a` has already been declared here
23 │ test262_b: '',
24 │ 'test262_\u0061': ''
· ────────┬───────
· ╰── It can not be redeclared here
25 │ };
╰────

× Identifier `test262_a` has already been declared
╭─[language/module-code/early-dup-assert-key-import-withbinding.js:21:1]
21 │ import x from './import-assertion-1_FIXTURE.js' assert {
22 │ test262_a: '',
· ────┬────
· ╰── `test262_a` has already been declared here
23 │ test262_b: '',
24 │ 'test262_\u0061': ''
· ────────┬───────
· ╰── It can not be redeclared here
25 │ };
╰────

× Duplicated export 'z'
╭─[language/module-code/early-dup-export-as-star-as.js:17:1]
17 │ var x;
Expand Down Expand Up @@ -19735,42 +19774,6 @@ Expect Syntax Error: "built-ins/RegExp/prototype/unicodeSets/breaking-change-fro
22 │
╰────

× Identifier `type` has already been declared
╭─[language/module-code/import-assertions/early-dup-assert-key-export.js:20:1]
20 │ export * from './import-assertion-3_FIXTURE.js' assert {
21 │ type: 'json',
· ──┬─
· ╰── `type` has already been declared here
22 │ 'typ\u0065': ''
· ─────┬─────
· ╰── It can not be redeclared here
23 │ };
╰────

× Identifier `type` has already been declared
╭─[language/module-code/import-assertions/early-dup-assert-key-import-nobinding.js:21:1]
21 │ import './import-assertion-2_FIXTURE.js' assert {
22 │ type: 'json',
· ──┬─
· ╰── `type` has already been declared here
23 │ 'typ\u0065': ''
· ─────┬─────
· ╰── It can not be redeclared here
24 │ };
╰────

× Identifier `type` has already been declared
╭─[language/module-code/import-assertions/early-dup-assert-key-import-withbinding.js:21:1]
21 │ import x from './import-assertion-1_FIXTURE.js' assert {
22 │ type: 'json',
· ──┬─
· ╰── `type` has already been declared here
23 │ 'typ\u0065': ''
· ─────┬─────
· ╰── It can not be redeclared here
24 │ };
╰────

× Private identifier '#x' is not allowed outside class bodies
╭─[language/module-code/invalid-private-names-call-expression-bad-reference.js:39:1]
39 │
Expand Down
Loading

0 comments on commit b46f34e

Please sign in to comment.