diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-08 12:31:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-08 12:31:47 -0400 |
| commit | a4c1e1bdcf3bd295d624c266278670e08227b26b (patch) | |
| tree | 49ca167dc1c867337d834327987c95f72b57b086 /cli/tests/testdata/lint/without_config | |
| parent | e411747e24b998c8178d0689aa7d63b0ad0e7046 (diff) | |
fix: upgrade to swc_ecmascript 0.143 (#14238)
Diffstat (limited to 'cli/tests/testdata/lint/without_config')
| -rw-r--r-- | cli/tests/testdata/lint/without_config/malformed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/lint/without_config/malformed.js b/cli/tests/testdata/lint/without_config/malformed.js index 5ad4650d6..9b64da898 100644 --- a/cli/tests/testdata/lint/without_config/malformed.js +++ b/cli/tests/testdata/lint/without_config/malformed.js @@ -1,4 +1,4 @@ // deno-fmt-ignore-file // intentionally malformed file -export class A {
\ No newline at end of file +export class A B C
\ No newline at end of file |
