From e4990804fad279f055decf70c794ea5f22372641 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 5 Sep 2018 11:19:39 -0400 Subject: Improve module resolution. Windows can't handle ":" in path names, so we use a special directory format .deno/deps/localhost_PORT4545/ to represent hosts with non-default ports. Fixes #645. --- tests/subdir/mod2.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/subdir/mod2.ts (limited to 'tests/subdir') diff --git a/tests/subdir/mod2.ts b/tests/subdir/mod2.ts new file mode 100644 index 000000000..ce1adc0e8 --- /dev/null +++ b/tests/subdir/mod2.ts @@ -0,0 +1 @@ +export { printHello } from "./print_hello.ts"; -- cgit v1.2.3