1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
denoland-deno/tests/specs/install/jsr_exports
Nathan Whitaker f9e70c093c
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-30 00:15:37 +01:00
..
__test__.jsonc fix(install): cache json exports of JSR packages (#26552) 2024-10-30 00:15:37 +01:00
deno.json fix(install): cache json exports of JSR packages (#26552) 2024-10-30 00:15:37 +01:00
install.out fix(install): cache json exports of JSR packages (#26552) 2024-10-30 00:15:37 +01:00
main.out fix(install): cache json exports of JSR packages (#26552) 2024-10-30 00:15:37 +01:00
main.ts fix(install): cache json exports of JSR packages (#26552) 2024-10-30 00:15:37 +01:00