summaryrefslogtreecommitdiff
path: root/ext/fs/interface.rs
AgeCommit message (Expand)Author
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-08chore: rename some helpers on the Fs trait (#20097)Luca Casonato
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-08refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)David Sherret
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-04-17chore(ext/fs): decouple fs trait from deno_core (#18732)Luca Casonato
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato