1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/tests
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
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi feat: suggest deno install --entrypoint instead of deno cache (#25228) 2024-09-18 19:55:50 +00:00
integration fix(lsp): import-map-remap quickfix for type imports (#26454) 2024-10-25 02:09:35 +02:00
napi fix(cli): set napi object property properly (#26344) 2024-10-18 01:04:30 +02:00
node_compat fix(ext/node): implement TCP.setNoDelay (#26263) 2024-10-15 14:47:12 +05:30
registry fix(install): cache type only module deps in deno install (#26497) 2024-10-25 02:09:37 +02:00
specs fix(install): cache all exports of JSR packages listed in deno.json (#26501) 2024-10-25 02:09:37 +02:00
testdata fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-25 02:09:32 +02:00
unit fix(ext/console): ignore casing for named colors in css parsing (#26466) 2024-10-25 02:09:35 +02:00
unit_node fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476) 2024-10-25 02:09:37 +02:00
util feat(lsp): interactive inlay hints (#26382) 2024-10-25 02:09:34 +02:00
wpt fix: disable same-origin.html WPT (#26067) 2024-10-08 06:15:28 -07:00
Cargo.toml feat: improve lockfile v4 to store normalized version constraints and be more terse (#25247) 2024-08-28 14:17:47 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests