From 6fbf2e96243e6b79c1fb03c17b376b028e442694 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 7 Aug 2019 18:55:39 +0200 Subject: Dynamic import (#2516) --- tests/subdir/indirect_import_error.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/subdir/indirect_import_error.js (limited to 'tests/subdir/indirect_import_error.js') diff --git a/tests/subdir/indirect_import_error.js b/tests/subdir/indirect_import_error.js new file mode 100644 index 000000000..84011d291 --- /dev/null +++ b/tests/subdir/indirect_import_error.js @@ -0,0 +1 @@ +export * from "does not exist either"; -- cgit v1.2.3