From 845d4754c6fb959d1404f5de4bba9e71667b8c89 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 15 Jun 2022 17:26:43 +0100 Subject: fix(check): use "moduleDetection": "force" (#14875) --- cli/tests/testdata/module_detection_force.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/testdata/module_detection_force.ts (limited to 'cli/tests/testdata/module_detection_force.ts') diff --git a/cli/tests/testdata/module_detection_force.ts b/cli/tests/testdata/module_detection_force.ts new file mode 100644 index 000000000..7729ae366 --- /dev/null +++ b/cli/tests/testdata/module_detection_force.ts @@ -0,0 +1,3 @@ +const a = 1; +await import("./module_detection_force_import.ts"); +console.log(a); -- cgit v1.2.3