mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: cleanup unused deprecated code (#25839)
This commit is contained in:
parent
c232ecc6af
commit
49366ef6c2
1 changed files with 0 additions and 2 deletions
|
@ -81,9 +81,7 @@ const denoNs = {
|
||||||
env: os.env,
|
env: os.env,
|
||||||
exit: os.exit,
|
exit: os.exit,
|
||||||
execPath: os.execPath,
|
execPath: os.execPath,
|
||||||
copy: io.copy,
|
|
||||||
SeekMode: io.SeekMode,
|
SeekMode: io.SeekMode,
|
||||||
File: fs.File,
|
|
||||||
FsFile: fs.FsFile,
|
FsFile: fs.FsFile,
|
||||||
open: fs.open,
|
open: fs.open,
|
||||||
openSync: fs.openSync,
|
openSync: fs.openSync,
|
||||||
|
|
Loading…
Reference in a new issue