deno/ext/fs
denobot 4c1cdfc9a4
2.5.1 (#30753)
Bumped versions for 2.5.1

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-09-17 01:58:00 +02:00
..
30_fs.js Revert "fix(ext/node): fs.stat and fs.statSync compatibility (#30… (#30741) 2025-09-15 19:25:47 -04:00
Cargo.toml 2.5.1 (#30753) 2025-09-17 01:58:00 +02:00
clippy.toml refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
interface.rs fix(ext/node): fs.exists and fs.existsSync compatibility (#30507) 2025-08-26 15:31:39 +02:00
lib.rs refactor(permissions): remove all state in permissions (#30548) 2025-08-28 13:24:09 -04:00
ops.rs Revert "fix(ext/node): fs.stat and fs.statSync compatibility (#30… (#30741) 2025-09-15 19:25:47 -04:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs fix(ext/node): implement fchmod on windows (#30704) 2025-09-16 09:22:37 -04:00

deno_fs

This crate provides ops for interacting with the file system.