1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-deno/cli/npm/resolvers
David Sherret 0117281eef fix(npm): reload an npm package's dependency's information when version not found (#18622)
This reloads an npm package's dependency's information when a
version/version req/tag is not found.

This PR applies only to dependencies of npm packages. It does NOT yet
cause npm specifiers to have their dependency information cache busted.
That requires a different solution, but this should help cache bust in
more scenarios.

Part of #16901, but doesn't close it yet
2023-04-12 15:52:07 +02:00
..
common.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-12 15:52:03 +02:00
global.rs fix(npm): reload an npm package's dependency's information when version not found (#18622) 2023-04-12 15:52:07 +02:00
local.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-12 15:52:03 +02:00
mod.rs fix(npm): reload an npm package's dependency's information when version not found (#18622) 2023-04-12 15:52:07 +02:00