summaryrefslogtreecommitdiff
path: root/ext/fs
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-05 16:22:47 +1000
committerGitHub <noreply@github.com>2024-09-05 16:22:47 +1000
commit713ed065e7cd1013e525a8e571cef08a30de87be (patch)
tree4237cb806c991d258d786d66afe99e291f5ec477 /ext/fs
parent0450c12df5deee18407b940ffedeb1a16bab35a1 (diff)
BREAKING(fs): remove `Deno.File` (#25447)
Towards #22079
Diffstat (limited to 'ext/fs')
-rw-r--r--ext/fs/30_fs.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/fs/30_fs.js b/ext/fs/30_fs.js
index 35bf0e712..f979badb9 100644
--- a/ext/fs/30_fs.js
+++ b/ext/fs/30_fs.js
@@ -786,8 +786,6 @@ function checkOpenOptions(options) {
}
}
-const File = FsFile;
-
function readFileSync(path) {
return op_fs_read_file_sync(pathFromURL(path));
}
@@ -950,7 +948,6 @@ export {
cwd,
fdatasync,
fdatasyncSync,
- File,
FsFile,
fsync,
fsyncSync,