Skip to content

Commit

Permalink
chore: update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jun 6, 2024
1 parent 4a53cd9 commit edbe4dc
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tasks/coverage/parser_test262.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20051,14 +20051,6 @@ Expect Syntax Error: "language/import/import-attributes/json-named-bindings.js"
× 'export statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-export-try-catch-finally.js:15:3]
14 │ try { } catch (err) { } finally {
15 │ export default null;
· ──────
16 │ }
╰────

× 'export statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-export-try-catch-finally.js:15:3]
14 │ try { } catch (err) { } finally {
15 │ export default null;
· ──────
16 │ }
Expand All @@ -20075,14 +20067,6 @@ Expect Syntax Error: "language/import/import-attributes/json-named-bindings.js"
× 'export statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-export-try-finally.js:15:3]
14 │ try { } finally {
15 │ export default null;
· ──────
16 │ }
╰────

× 'export statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-export-try-finally.js:15:3]
14 │ try { } finally {
15 │ export default null;
· ──────
16 │ }
Expand Down Expand Up @@ -20372,14 +20356,6 @@ Expect Syntax Error: "language/import/import-attributes/json-named-bindings.js"
× 'import statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-import-try-catch-finally.js:15:3]
14 │ try { } catch (err) { } finally {
15 │ import v from './decl-pos-import-try-catch-finally.js';
· ──────
16 │ }
╰────

× 'import statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-import-try-catch-finally.js:15:3]
14 │ try { } catch (err) { } finally {
15 │ import v from './decl-pos-import-try-catch-finally.js';
· ──────
16 │ }
Expand All @@ -20396,14 +20372,6 @@ Expect Syntax Error: "language/import/import-attributes/json-named-bindings.js"
× 'import statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-import-try-finally.js:15:3]
14 │ try { } finally {
15 │ import v from './decl-pos-import-try-finally.js';
· ──────
16 │ }
╰────

× 'import statement' declaration can only be used at the top level of a module
╭─[language/module-code/parse-err-decl-pos-import-try-finally.js:15:3]
14 │ try { } finally {
15 │ import v from './decl-pos-import-try-finally.js';
· ──────
16 │ }
Expand Down

0 comments on commit edbe4dc

Please sign in to comment.