summaryrefslogtreecommitdiff
path: root/cli/npm/resolution/mod.rs
AgeCommit message (Expand)Author
2023-01-23refactor: Move lockfile to a separate crate (#17503)Bartek IwaƄczuk
2023-01-16refactor(npm): avoid cloning snapshot for lockfile (#17451)David Sherret
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-25refactor: move lockfile.rs to args module (#16818)David Sherret
2022-11-11feat(unstable/npm): module graph derived npm specifier resolution order (#16602)David Sherret
2022-11-11perf: more efficient `deno cache` and npm package info usage (#16592)David Sherret
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret