summaryrefslogtreecommitdiff
path: root/cli/npm/installer.rs
AgeCommit message (Expand)Author
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-12fix(npm): eagerly reload package information when version from lockfile not f...David Sherret
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-11fix(npm): do not "npm install" when npm specifier happens to match package.js...David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret