1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/install/jsr_exports
Nathan Whitaker 6d587cbfc8
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 20:12:52 -07:00
..
__test__.jsonc fix(install): cache all exports of JSR packages listed in deno.json (#26501) 2024-10-23 20:12:52 -07:00
deno.json fix(install): cache all exports of JSR packages listed in deno.json (#26501) 2024-10-23 20:12:52 -07:00
install.out fix(install): cache all exports of JSR packages listed in deno.json (#26501) 2024-10-23 20:12:52 -07:00