diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-04 18:54:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 18:54:54 -0500 |
| commit | 0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (patch) | |
| tree | 50d42e65d1f1d1e6b1cffc4e9f38f3e2a5d1dd59 /cli/tests/testdata/run/swc_syntax_error.ts.out | |
| parent | 319f6074761421b797db71bf10f6171516e3d92a (diff) | |
fix: upgrade deno_ast to 0.23 (#17269)
Closes #17172
Closes #15669
Closes #8529
Diffstat (limited to 'cli/tests/testdata/run/swc_syntax_error.ts.out')
| -rw-r--r-- | cli/tests/testdata/run/swc_syntax_error.ts.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/swc_syntax_error.ts.out b/cli/tests/testdata/run/swc_syntax_error.ts.out index c968db5e9..81b0c1949 100644 --- a/cli/tests/testdata/run/swc_syntax_error.ts.out +++ b/cli/tests/testdata/run/swc_syntax_error.ts.out @@ -1 +1,4 @@ error: The module's source code could not be parsed: Unexpected token `}`. Expected an identifier, void, yield, null, await, break, a string literal, a numeric literal, true, false, `, -, import, this, typeof, {, [, ( at [WILDCARD]syntax_error.ts:4:1 + + } + ~ |
