0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 13:43:31 -05:00
denoland-deno/cli/npm/resolution
David Sherret d1ffe48d32 refactor(npm): push npm struct creation to a higher level (#18139)
This has been bothering me for a while and it became more painful while
working on #18136 because injecting the shared progress bar became very
verbose. Basically we should move the creation of all these npm structs
up to a higher level.

This is a stepping stone for a future refactor where we can improve how
we create all our structs.
2023-03-16 11:54:44 +09:00
..
common.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
graph.rs fix(npm): improve peer dependency resolution with circular dependencies (#18069) 2023-03-10 12:59:23 +09:00
mod.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
snapshot.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00