Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: update ts eval snapshots
  • Loading branch information
marco-ippolito committed Jan 13, 2025
commit f8bfcade433d8d092fe4436e2e5d19250398bb5f
3 changes: 0 additions & 3 deletions test/fixtures/eval/eval_messages.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ with(this){__filename}
: ^^^^
`----

Caused by:
failed to parse

SyntaxError: Strict mode code may not include a with statement

Node.js *
Expand Down
3 changes: 0 additions & 3 deletions test/fixtures/eval/eval_typescript.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ function foo(){ await Promise.resolve(1)};
: ^^^^^^^
`----

Caused by:
failed to parse

SyntaxError: await is only valid in async functions and the top level bodies of modules

Node.js *
3 changes: 0 additions & 3 deletions test/fixtures/eval/stdin_messages.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ with(this){__filename}
: ^^^^
`----

Caused by:
failed to parse

SyntaxError: Strict mode code may not include a with statement

Node.js *
Expand Down
6 changes: 0 additions & 6 deletions test/fixtures/eval/stdin_typescript.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ function foo(){ await Promise.resolve(1)};
: ^^^^^^^
`----

Caused by:
failed to parse

SyntaxError: await is only valid in async functions and the top level bodies of modules

Node.js *
Expand All @@ -94,9 +91,6 @@ function foo(){ await Promise.resolve(1)};
: ^^^^^^^
`----

Caused by:
failed to parse

SyntaxError: await is only valid in async functions and the top level bodies of modules

Node.js *
Expand Down