deno/ext/fs
Bartek Iwańczuk 0a7f46b8c2
chore: forward v1.42.4 commit to main (#23394)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-04-16 02:41:59 +00:00
..
30_fs.js FUTURE(ext/fs): make Deno.FsFile constructor illegal (#23235) 2024-04-07 15:42:53 +10:00
Cargo.toml chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00: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(publish): make include and exclude work (#22720) 2024-03-07 20:16:32 -05:00
interface.rs fix(ext/node): support junction symlinks on Windows (#22762) 2024-03-09 09:07:29 +05:30
lib.rs fix(publish): make include and exclude work (#22720) 2024-03-07 20:16:32 -05:00
ops.rs fix(ext/fs): make errors in tempfile creation clearer (#22498) 2024-02-21 20:11:04 +00:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs fix(ext/node): support junction symlinks on Windows (#22762) 2024-03-09 09:07:29 +05:30
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.