From 362aa677b404408a341dc0ddd2e1801c9d0fc200 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 17:27:34 -0400 Subject: Support relative import. --- testdata/003_relative_import.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testdata/003_relative_import.ts (limited to 'testdata/003_relative_import.ts') diff --git a/testdata/003_relative_import.ts b/testdata/003_relative_import.ts new file mode 100644 index 000000000..01d5d7faa --- /dev/null +++ b/testdata/003_relative_import.ts @@ -0,0 +1,3 @@ +import { printHello } from "./subdir/print_hello.ts"; + +printHello(); -- cgit v1.2.3