From 344317ec501fa124f0c74b44035fa4516999dce6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 23 Feb 2023 10:58:10 -0500 Subject: feat(npm): support bare specifiers from package.json in more subcommands and language server (#17891) --- cli/tests/testdata/package_json/basic/fail_check.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/testdata/package_json/basic/fail_check.ts (limited to 'cli/tests/testdata/package_json/basic/fail_check.ts') diff --git a/cli/tests/testdata/package_json/basic/fail_check.ts b/cli/tests/testdata/package_json/basic/fail_check.ts new file mode 100644 index 000000000..ce849d92f --- /dev/null +++ b/cli/tests/testdata/package_json/basic/fail_check.ts @@ -0,0 +1,3 @@ +import { getValue } from "./main.ts"; + +const _test: string = getValue(); -- cgit v1.2.3