From fd0658fb429e659b037cbf8b2a86459ce49cb3b3 Mon Sep 17 00:00:00 2001 From: Cre3per <12541974+Cre3per@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:15:53 +0100 Subject: feat(cli): --ext parameter for run, compile, and bundle (#17172) Adds `--ext` to `deno run`, closes #5088 Additionally - Adds `--ext` to `deno compile` and `deno bundle` --- tools/lint.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/lint.js b/tools/lint.js index 36ab12e84..f77ddbaf7 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -50,6 +50,7 @@ async function dlint() { ":!:cli/tsc/dts/**", ":!:cli/tests/testdata/encoding/**", ":!:cli/tests/testdata/error_syntax.js", + ":!:cli/tests/testdata/file_extensions/ts_with_js_extension.js", ":!:cli/tests/testdata/fmt/**", ":!:cli/tests/testdata/npm/**", ":!:cli/tests/testdata/lint/**", -- cgit v1.2.3