mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor: add 'deno_os' crate (#27655)
This commit creates "deno_os" extension crate and moves numerous ops from "runtime/" crate to the new crate.
This commit is contained in:
parent
a49c1d1c4e
commit
e763b374ef
29 changed files with 145 additions and 80 deletions
|
@ -26,7 +26,7 @@ const {
|
|||
TypeError,
|
||||
} = primordials;
|
||||
|
||||
import { setExitHandler } from "ext:runtime/30_os.js";
|
||||
import { setExitHandler } from "ext:deno_os/30_os.js";
|
||||
|
||||
// Capture `Deno` global so that users deleting or mangling it, won't
|
||||
// have impact on our sanitizers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue