From eba58b718860035b830d0739a02c6a382e1f3307 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 2 Oct 2018 09:38:45 -0700 Subject: Guess extensions on extension not provided (#859) Fixes #857 --- tests/subdir/mod3.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/subdir/mod3.ts (limited to 'tests/subdir/mod3.ts') diff --git a/tests/subdir/mod3.ts b/tests/subdir/mod3.ts new file mode 100644 index 000000000..4f10578bf --- /dev/null +++ b/tests/subdir/mod3.ts @@ -0,0 +1,3 @@ +export const isTSFile = true; +export { printHello } from "./print_hello.ts"; +export { printHello as phNoExt } from "./print_hello"; -- cgit v1.2.3