1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

fix: add missing globals to unstable diagnostics (#6960)

This commit is contained in:
Luca Casonato 2020-08-05 22:17:45 +02:00 committed by GitHub
parent ce7808baf0
commit f6cd36f8c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
]; ];