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/resolvers
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 refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
global.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
local.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
mod.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00