Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | refactor: decouple node resolution from deno_core (#24724) | David Sherret | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-07-26 | fix(ext/fs): fix MaybeArc when not sync_fs (#19950) | Matt Mastracci | |
2023-07-25 | perf: 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-08 | refactor(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. |