This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-12-01 16:51:13 -05:00
Code
Issues
Packages
1
Wiki
Activity
2a2da281df
denoland-deno
/
tests
/
specs
/
install
/
jsr_exports
/
deno.json
6 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
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-23 23:12:52 -04:00
{
"imports"
:
{
fix(install): cache json exports of JSR packages (#26552) Fixes https://github.com/denoland/deno/issues/26509. Ended up being a `deno_graph` bug causing the error to surface. This PR updates `deno_graph` to pick up the fix and reverts the temporary workaround that skipped JSON exports.
2024-10-25 16:19:03 -04:00
"@denotest/multiple-exports"
:
"jsr:@denotest/multiple-exports@^1.0.0"
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-23 23:12:52 -04:00
}
}
Copy permalink