index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fs
/
interface.rs
Age
Commit message (
Expand
)
Author
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-17
perf(ext/node): optimize fs.exists[Sync] (#24613)
Divy Srivastava
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-04
fix: revert accidentally added `parentPath` on `DirEntry` (#24438)
David Sherret
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-03-09
fix(ext/node): support junction symlinks on Windows (#22762)
Divy Srivastava
2024-01-05
fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-08
refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)
David Sherret
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-04-17
chore(ext/fs): decouple fs trait from deno_core (#18732)
Luca Casonato
2023-04-12
refactor(ext/fs): abstract FS via FileSystem trait (#18599)
Luca Casonato