summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-06 14:17:13 -0500
committerGitHub <noreply@github.com>2019-01-06 14:17:13 -0500
commitf37d67e80933bc437fbd29092108eaf2deeee383 (patch)
tree1c5ca050f8a4786b7a872b013c35da0a6b5f6e77 /js/deno.ts
parent57301909cd9eee6aeaafeda19aab372e034ff7c4 (diff)
Revert "Split Runner from Compiler" (#1462)
This reverts commit 3d03f5b0cb3c513e449f3aaa5d35c493b72f47b4.
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 07068ca31..c4d764b4b 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -66,6 +66,3 @@ export { deferred } from "./util";
import * as compiler from "./compiler";
// @internal
export const _compiler = compiler;
-import * as runner from "./runner";
-// @internal
-export const _runner = runner;