0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/cli/tools
Nathan Whitaker 84195af5ac
fix(install): cache all exports of JSR packages listed in deno.json (#26501)
Fixes #26498.

This was a sort of intentional decision originally, as I wanted to avoid
caching extra files that may not be needed. It seems like that behavior
is unintuitive, so I propose we cache all of the exports of listed jsr
packages when you run a bare `deno install`.
2024-10-25 02:09:37 +02:00
..
bench
coverage
init
jupyter fix(jupyter): fix panics for overslow subtraction (#26371) 2024-10-18 01:05:03 +02:00
lint refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
registry fix(install): cache all exports of JSR packages listed in deno.json (#26501) 2024-10-25 02:09:37 +02:00
repl feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
run feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
test
check.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
clean.rs
compile.rs feat(unstable): --unstable-detect-cjs for respecting explicit "type": "commonjs" (#26149) 2024-10-14 20:48:39 -04:00
doc.rs fix: use tree-sitter for deno_doc (#26066) 2024-10-08 06:55:44 -07:00
fmt.rs fix(fmt): upgrade formatters (#26469) 2024-10-25 02:09:35 +02:00
info.rs fix(info): resolve workspace member mappings (#26350) 2024-10-25 02:09:32 +02:00
installer.rs fix(install): surface package.json dependency errors (#26023) 2024-10-04 07:52:00 +00:00
mod.rs
serve.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
task.rs feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
upgrade.rs fix(install): retry downloads of registry info / tarballs (#26278) 2024-10-15 16:46:42 -07:00