deno/cli/cache
Bartek Iwańczuk 094b1f82db
feat(cache): add DENO_EMIT_CACHE_MODE (#29025)
This commit adds support for `DENO_EMIT_CACHE_MODE` env var that accepts
either `normal` or `disable` values, allowing to disable caching of
transpiled sources - ie. transpilation will happen on each run.
2025-04-25 16:01:10 +00: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 refactor: handle deno_media_type having Html and Sql variants (#28495) 2025-03-15 00:19:08 +09: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: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00