diff options
author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-07-24 00:17:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 21:17:17 +0000 |
commit | f0df54fc70ec1781a3ffec232fefc38cabf39c37 (patch) | |
tree | 40cd7281c1f0a752e5f459daa148992517e614f2 /tests/specs/lint/syntax_error_reporting/script.ts | |
parent | a45a40533eb25c5a12df98189338320f8aa6dcc4 (diff) |
fix: enable the reporting of parsing related problems when running deno lint (#24332)
Diffstat (limited to 'tests/specs/lint/syntax_error_reporting/script.ts')
-rw-r--r-- | tests/specs/lint/syntax_error_reporting/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/lint/syntax_error_reporting/script.ts b/tests/specs/lint/syntax_error_reporting/script.ts new file mode 100644 index 000000000..4458a11ae --- /dev/null +++ b/tests/specs/lint/syntax_error_reporting/script.ts @@ -0,0 +1 @@ +const foo = 'bar |