diff options
Diffstat (limited to 'cli/js/util.ts')
-rw-r--r-- | cli/js/util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/util.ts b/cli/js/util.ts index d68a6cb51..50a38978e 100644 --- a/cli/js/util.ts +++ b/cli/js/util.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { build } from "./build.ts"; import { exposeForTest } from "./internals.ts"; |