summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
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;