mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +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
c943f56949
commit
974e2f44b2
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