From 713ed065e7cd1013e525a8e571cef08a30de87be Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 5 Sep 2024 16:22:47 +1000 Subject: BREAKING(fs): remove `Deno.File` (#25447) Towards #22079 --- ext/fs/30_fs.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext') 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, -- cgit v1.2.3