summaryrefslogtreecommitdiff
path: root/cli/npm/resolvers/common.rs
AgeCommit message (Expand)Author
2023-06-09perf(node): cache realpath_sync calls in read permission check (#19379)Gustrb
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-12refactor(npm): push npm struct creation to a higher level (#18139)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-17refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)David Sherret
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19perf(lsp): concurrent reads and exclusive writes (#17135)David Sherret
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-25refactor: move lockfile.rs to args module (#16818)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-15fix(npm): properly handle getting `@types` package for scoped packages (#16655)David Sherret
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-10-28feat: support npm specifiers in `deno info` for display text output only (#16...David Sherret
2022-10-25fix(npm): add support for npm packages in lock files (#15938)Bartek Iwańczuk
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-17perf(npm): parallelize caching of npm specifier package infos (#16323)David Sherret
2022-09-28feat(npm): functionality to support child_process.fork (#15891)David Sherret
2022-09-23perf: don't re-download package tarball to global cache if local node_modules...David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-13refactor(npm): create general use `NpmPackageResolver` (#15882)David Sherret