diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-23 13:57:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 13:57:09 +0200 |
commit | c1558beffbb5f7941059be2e4e91ba2d1454adaa (patch) | |
tree | 4ce7f64d796d7ae726ba762c4c4ffbb6ed34f401 /cli/tests/swc_syntax_error.ts.out | |
parent | fe59a423a6237b66ae048f2c130cbb8d968ad647 (diff) |
upgrade: swc, dprint, deno_lint, deno_doc (#7162)
Diffstat (limited to 'cli/tests/swc_syntax_error.ts.out')
-rw-r--r-- | cli/tests/swc_syntax_error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/swc_syntax_error.ts.out b/cli/tests/swc_syntax_error.ts.out index 0cc365e20..53ed29cb6 100644 --- a/cli/tests/swc_syntax_error.ts.out +++ b/cli/tests/swc_syntax_error.ts.out @@ -1 +1 @@ -error: Unexpected token Some(RBrace) at [WILDCARD]syntax_error.ts:4:0 +error: 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:0 |