diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index f0115f261..4f56bb7d1 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -11,8 +11,8 @@ export { export { build, OperatingSystem, Arch } from "./build.ts"; export { chmodSync, chmod } from "./ops/fs/chmod.ts"; export { chownSync, chown } from "./ops/fs/chown.ts"; -export { transpileOnly, compile, bundle } from "./compiler_api.ts"; -export { inspect } from "./console.ts"; +export { transpileOnly, compile, bundle } from "./compiler/api.ts"; +export { inspect } from "./web/console.ts"; export { copyFileSync, copyFile } from "./ops/fs/copy_file.ts"; export { Diagnostic, |