deno/cli/cache
林炳权 cb738ee5da
chore: Rust 1.86.0 (#29435)
Since `rust 1.87.0` reported `undefined symbol:
ring::pbkdf2::PBKDF2_HMAC_SHA1::*` in CI and it was difficult to debug
locally, use `rust 1.86.0` in CI tests for troubleshoot the errors
2025-05-25 23:40:48 +02:00
..
cache_db.rs fix: do not log cache creation failure on readonly file system (#27794) 2025-01-23 16:33:24 +00:00
caches.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
check.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
deno_dir.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
disk_cache.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
emit.rs feat(cache): add DENO_EMIT_CACHE_MODE (#29025) 2025-04-25 16:01:10 +00:00
fast_check.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
incremental.rs refactor: make IncrementalCache accept a CacheDBHash (#27570) 2025-01-06 23:56:36 +00:00
mod.rs refactor: reduce dependency on futures crate (#28515) 2025-03-17 14:14:19 +00:00
module_info.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
node.rs fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-05 16:37:46 -05:00
parsed_source.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00