From 50105d7855f69190f235ebd50e261863905ef173 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 13:02:47 -0400 Subject: Use typescript --- testdata/hello_world.js.out | 1 + testdata/hello_world.out | 1 - testdata/hello_world.ts | 1 + testdata/hello_world.ts.out | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 testdata/hello_world.js.out delete mode 100644 testdata/hello_world.out create mode 100644 testdata/hello_world.ts create mode 100644 testdata/hello_world.ts.out (limited to 'testdata') diff --git a/testdata/hello_world.js.out b/testdata/hello_world.js.out new file mode 100644 index 000000000..557db03de --- /dev/null +++ b/testdata/hello_world.js.out @@ -0,0 +1 @@ +Hello World diff --git a/testdata/hello_world.out b/testdata/hello_world.out deleted file mode 100644 index 557db03de..000000000 --- a/testdata/hello_world.out +++ /dev/null @@ -1 +0,0 @@ -Hello World 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 -- cgit v1.2.3