1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/npm/resolution
David Sherret 14b7e9db08 fix(npm): reduce copy packages when resolving optional peer dependencies (#17280)
If an optional peer dependency entry previously wasn't resolved and it's
now being resolved, then it will add it as if it were a dependency of
the previously resolved package instead of creating a new "copy package"
(seems to be what npm and pnpm does).

Closes #17240
2023-01-13 11:20:12 -05:00
..
graph.rs fix(npm): reduce copy packages when resolving optional peer dependencies (#17280) 2023-01-13 11:20:12 -05:00
mod.rs refactor(cli,core,ext,rt): remove some unnecessary clone or malloc (#17274) 2023-01-13 11:20:11 -05:00
snapshot.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
specifier.rs refactor(cli,core,ext,rt): remove some unnecessary clone or malloc (#17274) 2023-01-13 11:20:11 -05:00