mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
fix(std/node): correct typings for global, globalThis, window (#8363)
This commit is contained in:
parent
e3c3fc58cb
commit
315d889afa
5 changed files with 89 additions and 31 deletions
|
@ -6,6 +6,7 @@ import * as path from "../path/mod.ts";
|
|||
import * as all from "./process.ts";
|
||||
import { argv, env } from "./process.ts";
|
||||
import { delay } from "../async/delay.ts";
|
||||
import "./global.ts";
|
||||
|
||||
// NOTE: Deno.execPath() (and thus process.argv) currently requires --allow-env
|
||||
// (Also Deno.env.toObject() (and process.env) requires --allow-env but it's more obvious)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue