diff options
Diffstat (limited to 'cli/js/runtime.ts')
-rw-r--r-- | cli/js/runtime.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/runtime.ts b/cli/js/runtime.ts index 39d158f71..a260dfebe 100644 --- a/cli/js/runtime.ts +++ b/cli/js/runtime.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { core } from "./core.ts"; import * as dispatchMinimal from "./ops/dispatch_minimal.ts"; import * as dispatchJson from "./ops/dispatch_json.ts"; |