summaryrefslogtreecommitdiff
path: root/testdata/002_hello.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 17:27:34 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 17:28:31 -0400
commit362aa677b404408a341dc0ddd2e1801c9d0fc200 (patch)
treee74408d405285ca9e948acba82e09452e5b2e2f1 /testdata/002_hello.ts
parent50105d7855f69190f235ebd50e261863905ef173 (diff)
Support relative import.
Diffstat (limited to 'testdata/002_hello.ts')
-rw-r--r--testdata/002_hello.ts1
1 files changed, 1 insertions, 0 deletions
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");