From f47f3f96726a94dd2df5d68e3c786b5079089dd4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 25 Feb 2020 14:42:00 -0500 Subject: Remove _async from method names since _sync are gone (#4128) --- cli/compilers/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/compilers/mod.rs') diff --git a/cli/compilers/mod.rs b/cli/compilers/mod.rs index f6fc28d37..e30c89173 100644 --- a/cli/compilers/mod.rs +++ b/cli/compilers/mod.rs @@ -11,8 +11,8 @@ mod wasm; pub use js::JsCompiler; pub use json::JsonCompiler; -pub use ts::runtime_compile_async; -pub use ts::runtime_transpile_async; +pub use ts::runtime_compile; +pub use ts::runtime_transpile; pub use ts::TargetLib; pub use ts::TsCompiler; pub use wasm::WasmCompiler; -- cgit v1.2.3