deno/cli/cache
David Sherret 3298ca06f5
fix(jsr): ensure proper storage of ahead of time module infos (#21918)
This was incorrectly being stored so the AOT cache for JSR specifiers
wasn't being used. I added a wrapper type to help prevent the API being
used incorrectly.
2024-01-13 20:56:56 -05:00
..
cache_db.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
caches.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
check.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
common.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
deno_dir.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
disk_cache.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
emit.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
incremental.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
mod.rs fix(jsr): ensure proper storage of ahead of time module infos (#21918) 2024-01-13 20:56:56 -05:00
module_info.rs fix(jsr): ensure proper storage of ahead of time module infos (#21918) 2024-01-13 20:56:56 -05:00
node.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
parsed_source.rs fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00