1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/cache
2024-05-28 16:23:11 -04:00
..
cache_db.rs perf(startup): use WAL journal for sqlite databases in DENO_DIR (#23955) 2024-05-23 00:33:47 -04:00
caches.rs perf: v8 code cache (#23081) 2024-04-17 07:19:55 -07:00
check.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
code_cache.rs fix: use hash of in-memory bytes only for code cache (#23966) 2024-05-24 10:15:46 -04:00
common.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
deno_dir.rs refactor(lsp): unify caching into LspCache (#23746) 2024-05-09 20:22:27 +01:00
disk_cache.rs refactor(lsp): unify caching into LspCache (#23746) 2024-05-09 20:22:27 +01:00
emit.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fast_check.rs perf(jsr): fast check cache and lazy fast check graph (#22485) 2024-02-20 21:29:57 +00:00
incremental.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
mod.rs feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
module_info.rs perf: parse source files in parallel (#23858) 2024-05-28 16:23:11 -04:00
node.rs feat(node): load ES modules defined as CJS (#22945) 2024-03-21 11:35:51 -07:00
parsed_source.rs chore: add test to ensure parsing only happens once on first load (#23837) 2024-05-21 16:12:40 -04:00