mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
FUTURE: remove Deno.resources()
(#23095)
This commit is contained in:
parent
e1e1da2a04
commit
c9e10ededa
3 changed files with 3 additions and 0 deletions
|
@ -799,6 +799,7 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
|
|||
delete Deno.readAllSync;
|
||||
delete Deno.read;
|
||||
delete Deno.readSync;
|
||||
delete Deno.resources;
|
||||
delete Deno.seek;
|
||||
delete Deno.seekSync;
|
||||
delete Deno.shutdown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue