diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts index 532357dab..fc1c099d6 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -48,3 +48,6 @@ export const args: string[] = []; import * as compiler from "./compiler"; // @internal export const _compiler = compiler; +import * as runner from "./runner"; +// @internal +export const _runner = runner; |