1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 16:42:21 -05:00
denoland-deno/cli/tests/testdata/jsr
David Sherret d2477f7806
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-10 10:02:31 -05:00
..
deps chore: use same test server for jsr tests (#22303) 2024-02-07 02:06:34 +00:00
module_graph chore: use same test server for jsr tests (#22303) 2024-02-07 02:06:34 +00:00
no_module_graph chore: use same test server for jsr tests (#22303) 2024-02-07 02:06:34 +00:00
registry/@denotest fix(publish): lazily parse sources (#22301) 2024-02-06 15:57:10 -05:00
subset_type_graph chore: use same test server for jsr tests (#22303) 2024-02-07 02:06:34 +00:00
version_not_found fix: cache bust jsr deps on constraint failure (#22372) 2024-02-10 10:02:31 -05:00