From e7cab715749e4c5000c24ffeade1ef915d15a68d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 22 Aug 2018 17:17:26 -0400 Subject: runtime.ts refactor into compiler.ts (#564) Adds compiler_test.ts --- tests/error_004_missing_module.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/error_004_missing_module.ts (limited to 'tests/error_004_missing_module.ts') diff --git a/tests/error_004_missing_module.ts b/tests/error_004_missing_module.ts new file mode 100644 index 000000000..48623320b --- /dev/null +++ b/tests/error_004_missing_module.ts @@ -0,0 +1 @@ +import * as badModule from "bad-module.ts"; -- cgit v1.2.3