deno/ext/node/polyfills/_fs
2025-07-31 10:24:59 -04:00
..
_fs_access.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_appendFile.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_chmod.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_chown.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_close.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_common.ts fix(ext/node): don't throw error on invalid path input on exists and existsSync (#29971) 2025-07-08 12:30:45 +02:00
_fs_constants.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_copy.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_cp.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_dir.ts feat(node API): add fs.glob, fs.globSync, fs.promises.glob (#28972) 2025-07-01 11:35:45 +02:00
_fs_exists.ts fix(ext/node): don't throw error on invalid path input on exists and existsSync (#29971) 2025-07-08 12:30:45 +02:00
_fs_fchmod.ts fix(ext/node): add fchmod and fchmodSync (#29791) 2025-06-18 12:48:14 +02:00
_fs_fchown.ts fix(ext/node): add fchown and fchownSync to node:fs (#29408) 2025-05-23 15:00:39 +09:00
_fs_fdatasync.ts fix(ext/node): validate fd is integer on fsync and fdatasync (#30215) 2025-07-28 11:01:00 -04:00
_fs_fstat.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_fsync.ts fix(ext/node): validate fd is integer on fsync and fdatasync (#30215) 2025-07-28 11:01:00 -04:00
_fs_ftruncate.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_futimes.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_glob.ts feat(node API): add fs.glob, fs.globSync, fs.promises.glob (#28972) 2025-07-01 11:35:45 +02:00
_fs_lchmod.ts fix(ext/node): add lchmod, lchmod promise, lchmodSync to node:fs (#29833) 2025-06-26 15:46:07 +09:00
_fs_lchown.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_link.ts fix(ext/node): validate path parameters on link and linkSync (#30061) 2025-07-11 11:35:43 +09:00
_fs_lstat.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_lstat.ts (#28644) 2025-03-28 10:52:33 -07:00
_fs_lutimes.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_mkdir.ts fix(ext/node): mkdir() parse file mode (#28609) 2025-03-25 09:33:41 +05:30
_fs_mkdtemp.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_mkdtemp.ts (#29072) 2025-05-07 16:00:26 +02:00
_fs_open.ts feat(node/fs): Add a chmod method to the FileHandle class (#27522) 2025-01-07 14:58:14 +01:00
_fs_opendir.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_opendir.ts (#29063) 2025-04-28 15:56:39 +09:00
_fs_read.ts fix(ext/node): fs.read and fs.write promisify compatibility (#30152) 2025-07-22 10:56:27 +02:00
_fs_readdir.ts feat(node API): add fs.glob, fs.globSync, fs.promises.glob (#28972) 2025-07-01 11:35:45 +02:00
_fs_readFile.ts fix(ext/node): fix handling of abort signal in readFile (#29028) 2025-04-25 14:48:12 +09:00
_fs_readlink.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_readv.ts fix(ext/node): fs readv promisify compatibility (#30149) 2025-07-31 10:17:56 -04:00
_fs_realpath.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_realpath.ts (#28652) 2025-03-28 09:48:19 +01:00
_fs_rename.ts fix(ext/node): fs.rename and fs.renameSync compatibility (#30245) 2025-07-31 10:24:59 -04:00
_fs_rm.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_rmdir.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_stat.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_statfs.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_symlink.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_symlink.ts (#29547) 2025-06-02 11:15:21 +02:00
_fs_truncate.ts fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_truncate.ts (#29422) 2025-05-25 23:49:39 +02:00
_fs_unlink.ts fix(ext/node): fs.unlink and fs.unlinkSync compatibility (#30257) 2025-07-31 10:56:11 +02:00
_fs_utimes.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_watch.ts fix(ext/node): fix fs.watchFile trigger (#29659) 2025-06-11 12:37:59 +09:00
_fs_write.d.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_write.mjs fix(ext/node): fs.read and fs.write promisify compatibility (#30152) 2025-07-22 10:56:27 +02:00
_fs_writeFile.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
_fs_writev.ts fix(ext/node): add writev method to FileHandle (#27563) 2025-01-14 18:01:14 +09:00