mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
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. |
||
|---|---|---|
| .. | ||
| cache_db.rs | ||
| caches.rs | ||
| check.rs | ||
| code_cache.rs | ||
| deno_dir.rs | ||
| disk_cache.rs | ||
| emit.rs | ||
| fast_check.rs | ||
| incremental.rs | ||
| mod.rs | ||
| module_info.rs | ||
| node.rs | ||
| parsed_source.rs | ||