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/subdir/print_hello.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testdata/subdir/print_hello.ts (limited to 'testdata/subdir') diff --git a/testdata/subdir/print_hello.ts b/testdata/subdir/print_hello.ts new file mode 100644 index 000000000..7ecce5040 --- /dev/null +++ b/testdata/subdir/print_hello.ts @@ -0,0 +1,3 @@ +export function printHello(): void { + console.log("Hello"); +} -- cgit v1.2.3