mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 01:52:56 +00:00
Provide option to delete Deno namespace in worker (#2717)
This commit is contained in:
parent
aaa7a3eac4
commit
ddee2dff14
18 changed files with 128 additions and 17 deletions
|
@ -25,7 +25,7 @@ const console = new Console(core.print);
|
|||
window.console = console;
|
||||
window.workerMain = workerMain;
|
||||
export default function denoMain(): void {
|
||||
os.start("TS");
|
||||
os.start(true, "TS");
|
||||
}
|
||||
|
||||
const ASSETS = "$asset$";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue