deno/ext/fs
David Sherret 6055629ee7
refactor: update to use deno_package_json (#24688)
This is in preparation for extracting out node resolution code from
ext/node (which is something I'm going to do gradually over time).

Uses https://github.com/denoland/deno_package_json
2024-07-23 17:34:46 -04:00
..
30_fs.js fix(ext/node): Add fs.lutimes / fs.lutimesSync (#23172) 2024-07-02 19:33:32 -07:00
Cargo.toml refactor: update to use deno_package_json (#24688) 2024-07-23 17:34:46 -04:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
in_memory_fs.rs fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
interface.rs refactor: update to use deno_package_json (#24688) 2024-07-23 17:34:46 -04:00
lib.rs refactor: update to use deno_package_json (#24688) 2024-07-23 17:34:46 -04:00
ops.rs fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-08 18:36:13 +02:00
README.md
std_fs.rs fix(ext/node): stat.mode on windows (#24434) 2024-07-17 19:43:40 -07:00
sync.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00

deno_fs

This crate provides ops for interacting with the file system.