mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
parent
73fbd61bd0
commit
01de331742
8 changed files with 128 additions and 117 deletions
|
@ -10,6 +10,7 @@ mod standalone;
|
|||
mod args;
|
||||
mod auth_tokens;
|
||||
mod cache;
|
||||
mod download_deno_binary;
|
||||
mod emit;
|
||||
mod errors;
|
||||
mod file_fetcher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue