diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-26 10:21:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 02:21:38 +0200 |
commit | 49366ef6c26be74a7bf53a5f639d88108ddc246a (patch) | |
tree | 335069b8b0f7dc49000b97a2570cc8af9a09211e /runtime/js | |
parent | c232ecc6af5a09a8f0480e3b2b87ef2cd2b3a348 (diff) |
chore: cleanup unused deprecated code (#25839)
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 2448bc3bc..fd2ac00f2 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -81,9 +81,7 @@ const denoNs = { env: os.env, exit: os.exit, execPath: os.execPath, - copy: io.copy, SeekMode: io.SeekMode, - File: fs.File, FsFile: fs.FsFile, open: fs.open, openSync: fs.openSync, |