mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
BREAKING(fs): remove Deno.FsFile.prototype.rid
(#25499)
Towards #22079 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
This commit is contained in:
parent
f9007d3386
commit
a69b1e699e
17 changed files with 38 additions and 44 deletions
|
@ -783,7 +783,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
|
|||
}
|
||||
if (internals.future) {
|
||||
delete globalThis.window;
|
||||
delete Deno.FsFile.prototype.rid;
|
||||
}
|
||||
} else {
|
||||
// Warmup
|
||||
|
@ -930,10 +929,6 @@ function bootstrapWorkerRuntime(
|
|||
nodeDebug,
|
||||
});
|
||||
}
|
||||
|
||||
if (internals.future) {
|
||||
delete Deno.FsFile.prototype.rid;
|
||||
}
|
||||
} else {
|
||||
// Warmup
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue