From f9b167deb07a650590b7f1eef8fe86bf9e22d211 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Fri, 18 Jan 2019 12:15:09 -0800 Subject: Avoid crashes on ES module resolution when module not found (#1546) --- tests/error_009_missing_js_module.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/error_009_missing_js_module.js (limited to 'tests/error_009_missing_js_module.js') diff --git a/tests/error_009_missing_js_module.js b/tests/error_009_missing_js_module.js new file mode 100644 index 000000000..e6ca88934 --- /dev/null +++ b/tests/error_009_missing_js_module.js @@ -0,0 +1 @@ +import "./bad-module.js"; -- cgit v1.2.3