David Sherret
|
3bf147fe28
|
refactor: decouple node resolution from deno_core (#24724)
|
2024-07-25 19:08:14 -04:00 |
|
David Sherret
|
7e72f3af61
|
chore: update copyright to 2024 (#21753)
|
2024-01-01 19:58:21 +00:00 |
|
Matt Mastracci
|
53e077133f
|
fix(ext/fs): fix MaybeArc when not sync_fs (#19950)
|
2023-07-26 15:33:42 +00:00 |
|
Bartek Iwańczuk
|
06209f824c
|
perf: cache node resolution when accesing a global (#19930)
Reclaims some of the performance hit introduced by
https://github.com/denoland/deno/pull/19307.
|
2023-07-25 23:43:00 +02:00 |
|
David Sherret
|
df1ca4a158
|
refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993)
This allows for having a conditional `Send + Sync` on the file system trait for Deploy.
|
2023-05-08 11:02:02 -04:00 |
|