mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
Fixes https://github.com/denoland/deno/issues/18120
https://github.com/denoland/deno/issues/18137
https://github.com/denoland/fresh/issues/1073
This reverts commit 0cce9c2bcc
.
This commit is contained in:
parent
e712fbfe4a
commit
224cff7a2f
7 changed files with 0 additions and 33 deletions
|
@ -131,7 +131,6 @@ pub struct WorkerOptions {
|
|||
/// `WebAssembly.Module` objects cannot be serialized.
|
||||
pub compiled_wasm_module_store: Option<CompiledWasmModuleStore>,
|
||||
pub stdio: Stdio,
|
||||
pub leak_isolate: bool,
|
||||
}
|
||||
|
||||
impl Default for WorkerOptions {
|
||||
|
@ -167,7 +166,6 @@ impl Default for WorkerOptions {
|
|||
startup_snapshot: Default::default(),
|
||||
bootstrap: Default::default(),
|
||||
stdio: Default::default(),
|
||||
leak_isolate: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -290,7 +288,6 @@ impl MainWorker {
|
|||
extensions,
|
||||
inspector: options.maybe_inspector_server.is_some(),
|
||||
is_main: true,
|
||||
leak_isolate: options.leak_isolate,
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue