From f0df54fc70ec1781a3ffec232fefc38cabf39c37 Mon Sep 17 00:00:00 2001 From: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:17:17 +0300 Subject: fix: enable the reporting of parsing related problems when running deno lint (#24332) --- tests/specs/lint/syntax_error_reporting/script.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/specs/lint/syntax_error_reporting/script.ts (limited to 'tests/specs/lint/syntax_error_reporting/script.ts') 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 -- cgit v1.2.3