From 6dd7a7ecd9d9b09f5112c73c67aa5f94480c8196 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 1 Jun 2021 07:45:37 +0100 Subject: fix(cli): represent bare imports as module graph error slots (#10804) Fixes #10795 --- cli/tests/error_027_bundle_with_bare_import.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/error_027_bundle_with_bare_import.ts (limited to 'cli/tests/error_027_bundle_with_bare_import.ts') diff --git a/cli/tests/error_027_bundle_with_bare_import.ts b/cli/tests/error_027_bundle_with_bare_import.ts new file mode 100644 index 000000000..c0748305d --- /dev/null +++ b/cli/tests/error_027_bundle_with_bare_import.ts @@ -0,0 +1 @@ +import "foo"; -- cgit v1.2.3