summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 13:02:47 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 13:06:44 -0400
commit50105d7855f69190f235ebd50e261863905ef173 (patch)
tree650688610cfc1682e5cf580aa0a517b6bd60d127 /testdata
parent2da9893da33f05fd9122b6052c67eabcd570b0d5 (diff)
Use typescript
Diffstat (limited to 'testdata')
-rw-r--r--testdata/hello_world.js.out (renamed from testdata/hello_world.out)0
-rw-r--r--testdata/hello_world.ts1
-rw-r--r--testdata/hello_world.ts.out1
3 files changed, 2 insertions, 0 deletions
diff --git a/testdata/hello_world.out b/testdata/hello_world.js.out
index 557db03de..557db03de 100644
--- a/testdata/hello_world.out
+++ b/testdata/hello_world.js.out
diff --git a/testdata/hello_world.ts b/testdata/hello_world.ts
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/testdata/hello_world.ts
@@ -0,0 +1 @@
+console.log("Hello World");
diff --git a/testdata/hello_world.ts.out b/testdata/hello_world.ts.out
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/testdata/hello_world.ts.out
@@ -0,0 +1 @@
+Hello World