fix(std/node): correct typings for global, globalThis, window (#8363)

This commit is contained in:
Steven Guerrero 2020-11-19 07:23:42 -05:00 committed by GitHub
parent e3c3fc58cb
commit 315d889afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 89 additions and 31 deletions

View file

@ -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)