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/002_hello.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 testdata/002_hello.ts (limited to 'testdata/002_hello.ts') diff --git a/testdata/002_hello.ts b/testdata/002_hello.ts new file mode 100644 index 000000000..accefceba --- /dev/null +++ b/testdata/002_hello.ts @@ -0,0 +1 @@ +console.log("Hello World"); -- cgit v1.2.3