summaryrefslogtreecommitdiff
path: root/cli/npm/resolvers/mod.rs
AgeCommit message (Expand)Author
2023-06-22refactor(npm): remove needless resolve_nv_ref_from_pkg_req_ref on NpmResolver...David Sherret
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
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-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-21refactor: move some CJS and ESM code analysis to ext/node (#18789)David Sherret
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-30fix(coverage): ignore files from npm registry (#18457)Geert-Jan Zwiers
2023-03-13fix(npm): show a progress bar when initializing the node_modules folder (#18136)David Sherret
2023-03-12refactor(npm): push npm struct creation to a higher level (#18139)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)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-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
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-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
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-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-05fix(npm): dependency types were sometimes not being resolved when package had...David Sherret
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor: move lockfile.rs to args module (#16818)David Sherret
2022-11-16fix(lock): ensure npm dependencies are written with --lock-write (#16668)Bartek Iwańczuk
2022-11-11feat(unstable/npm): module graph derived npm specifier resolution order (#16602)David Sherret
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
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-01perf: node cjs & esm analysis cache (#16097)David Sherret
2022-09-28feat(npm): functionality to support child_process.fork (#15891)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