diff options
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r-- | runtime/shared.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs index 7dddbf9ec..692be94b8 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -49,7 +49,9 @@ extension!(runtime, "40_tty.js", "41_prompt.js", "90_deno_ns.js", - "98_global_scope.js" + "98_global_scope_shared.js", + "98_global_scope_window.js", + "98_global_scope_worker.js" ], customizer = |ext: &mut Extension| { #[cfg(not(feature = "exclude_runtime_main_js"))] |