summaryrefslogtreecommitdiff
path: root/cli/js/compiler_bundler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/compiler_bundler.ts')
-rw-r--r--cli/js/compiler_bundler.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/compiler_bundler.ts b/cli/js/compiler_bundler.ts
index a7a021470..3a9d3a212 100644
--- a/cli/js/compiler_bundler.ts
+++ b/cli/js/compiler_bundler.ts
@@ -2,11 +2,11 @@
import { SYSTEM_LOADER } from "./compiler_bootstrap.ts";
import {
- assert,
commonPath,
normalizeString,
CHAR_FORWARD_SLASH
-} from "./util.ts";
+} from "./compiler_util.ts";
+import { assert } from "./util.ts";
/** Local state of what the root exports are of a root module. */
let rootExports: string[] | undefined;