mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix: add missing globals to unstable diagnostics (#6960)
This commit is contained in:
parent
ce7808baf0
commit
f6cd36f8c8
1 changed files with 9 additions and 0 deletions
|
@ -100,6 +100,15 @@ delete Object.prototype.__proto__;
|
||||||
"PermissionStatus",
|
"PermissionStatus",
|
||||||
"hostname",
|
"hostname",
|
||||||
"ppid",
|
"ppid",
|
||||||
|
"mainModule",
|
||||||
|
"ftruncate",
|
||||||
|
"ftruncateSync",
|
||||||
|
"fdatasync",
|
||||||
|
"fdatasyncSync",
|
||||||
|
"fsync",
|
||||||
|
"fsyncSync",
|
||||||
|
"fstat",
|
||||||
|
"fstatSync",
|
||||||
"HttpClient",
|
"HttpClient",
|
||||||
"createHttpClient",
|
"createHttpClient",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue