From 3e51605bc9ca98522fc21a0673e690105f48da98 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 13 Jul 2018 03:24:07 -0400 Subject: Execute JS for the first time in Rust rewrite. Implements code_fetch handler in Rust. Add ability to embed string assets (for typescript declaration files) Remove deno_cc and deno_cc_nosnapshot targets. --- testdata/001_hello.js | 1 + testdata/002_hello.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 testdata/001_hello.js create mode 100644 testdata/002_hello.ts (limited to 'testdata') diff --git a/testdata/001_hello.js b/testdata/001_hello.js new file mode 100644 index 000000000..accefceba --- /dev/null +++ b/testdata/001_hello.js @@ -0,0 +1 @@ +console.log("Hello World"); 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