0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 05:12:55 -05:00
denoland-deno/cli/tools
David Sherret 3d5f42d158 fix: cache bust jsr deps on constraint failure (#22372)
Removes the `FileFetcher`'s internal cache because I don't believe it's
necessary (we already cache this kind of stuff in places like deno_graph
or config files in different places). Removing it fixes this bug because
this functionality was already implemented in deno_graph and lowers
memory usage of the CLI a little bit.
2024-02-15 10:32:20 +05:30
..
bench refactor: use globbing from deno_config (#21925) 2024-01-15 19:15:39 -05:00
coverage refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30
init chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
jupyter refactor: extract out runtime::colors to deno_terminal::colors (#22324) 2024-02-08 14:56:46 +05:30
registry fix: upgrade to deno_ast 0.33 (#22341) 2024-02-15 10:32:20 +05:30
repl fix: upgrade to deno_ast 0.33 (#22341) 2024-02-15 10:32:20 +05:30
run fix: cache bust jsr deps on constraint failure (#22372) 2024-02-15 10:32:20 +05:30
test fix: cache bust jsr deps on constraint failure (#22372) 2024-02-15 10:32:20 +05:30
vendor fix: upgrade to deno_ast 0.33 (#22341) 2024-02-15 10:32:20 +05:30
bundle.rs refactor: extract out runtime::colors to deno_terminal::colors (#22324) 2024-02-08 14:56:46 +05:30
check.rs refactor: extract out runtime::colors to deno_terminal::colors (#22324) 2024-02-08 14:56:46 +05:30
compile.rs refactor: extract out runtime::colors to deno_terminal::colors (#22324) 2024-02-08 14:56:46 +05:30
doc.rs fix: upgrade to deno_ast 0.33 (#22341) 2024-02-15 10:32:20 +05:30
fmt.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 11:19:56 +05:30
info.rs refactor: extract out runtime::colors to deno_terminal::colors (#22324) 2024-02-08 14:56:46 +05:30
installer.rs fix(install): forward granular --unstable-* flags (#22164) 2024-02-01 11:19:56 +05:30
lint.rs fix: upgrade to deno_ast 0.33 (#22341) 2024-02-15 10:32:20 +05:30
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-08 19:30:36 -05:00
upgrade.rs fix: canary for arm64 macos (#22187) 2024-02-01 11:19:56 +05:30