From 2ecdbb62ae8f925b01e3e49f397d439a2f464a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 6 May 2020 00:19:18 +0200 Subject: refactor: merge TS compiler into single file (#5091) --- cli/js/deno_unstable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/deno_unstable.ts') diff --git a/cli/js/deno_unstable.ts b/cli/js/deno_unstable.ts index 98e60f665..57d1a0970 100644 --- a/cli/js/deno_unstable.ts +++ b/cli/js/deno_unstable.ts @@ -7,7 +7,7 @@ export { linkSync, link } from "./ops/fs/link.ts"; export { symlinkSync, symlink } from "./ops/fs/symlink.ts"; export { dir, loadavg, osRelease } from "./ops/os.ts"; export { openPlugin } from "./ops/plugins.ts"; -export { transpileOnly, compile, bundle } from "./compiler/api.ts"; +export { transpileOnly, compile, bundle } from "./compiler_api.ts"; export { applySourceMap, formatDiagnostics } from "./ops/errors.ts"; export { signal, signals, Signal, SignalStream } from "./signals.ts"; export { setRaw } from "./ops/tty.ts"; -- cgit v1.2.3