perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
Bartek Iwańczuk 2024-11-09 15:19:46 +00:00 committed by GitHub
parent 73fbd61bd0
commit 01de331742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 128 additions and 117 deletions

View file

@ -10,6 +10,7 @@ mod standalone;
mod args;
mod auth_tokens;
mod cache;
mod download_deno_binary;
mod emit;
mod errors;
mod file_fetcher;