deno/ext/fs
denobot 6369098ad7
chore: forward v1.33.1 release commit to main (#18897)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-04-28 21:14:26 +02:00
..
30_fs.js refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:13:32 +02:00
Cargo.toml chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
clippy.toml refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:13:32 +02:00
interface.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
lib.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
ops.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs chore: fix windows clippy errors (#18670) 2023-04-12 13:13:06 -04:00

deno_fs

This crate provides ops for interacting with the file system.