summaryrefslogtreecommitdiff
path: root/ext/fs/sync.rs
AgeCommit message (Collapse)Author
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-26fix(ext/fs): fix MaybeArc when not sync_fs (#19950)Matt Mastracci
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek IwaƄczuk
Reclaims some of the performance hit introduced by https://github.com/denoland/deno/pull/19307.
2023-05-08refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)David Sherret
This allows for having a conditional `Send + Sync` on the file system trait for Deploy.