summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-03-27 23:45:19 +1100
committerGitHub <noreply@github.com>2024-03-27 13:45:19 +0100
commit3462248571fd3193106a0427b3d8f585f9716c48 (patch)
tree265f2e3d87daac1c582cb9c211cb1f1eb3afe981 /runtime/js
parentc9e10ededaea59e1108c8f2456b0cb7da0269270 (diff)
FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)
Continues work from #23075. Towards #23089.
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/99_main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 9f98061a0..f65bd2b01 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -790,6 +790,7 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
delete Deno.ftruncateSync;
delete Deno.flock;
delete Deno.flockSync;
+ delete Deno.FsFile.prototype.rid;
delete Deno.funlock;
delete Deno.funlockSync;
delete Deno.iter;