From 0d1f626edd7c574ff0e70438cdb678dcb5c91170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 11 Sep 2020 15:18:49 +0200 Subject: refactor(core): JsRuntime initialization (#7415) Removes: - "deno_core::StartupData" - "deno_core::Script" - "deno_core::OwnedScript" Changes to "JsRuntime": - remove "new_with_loader()" - remove "with_heap_limits()" - rename "IsolateOptions" to "RuntimeOptions" and make public - "JsRuntime::new()" takes "RuntimeOptions" as a single param --- cli/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index d5329eeb4..39c931349 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -56,7 +56,6 @@ mod repl; pub mod resolve_addr; pub mod signal; pub mod source_maps; -mod startup_data; pub mod state; mod swc_util; mod test_runner; -- cgit v1.2.3