index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
npm
/
resolvers
Age
Commit message (
Expand
)
Author
2023-07-14
fix(npm): improve error message importing non-existent file in a node_modules...
David Sherret
2023-07-10
perf: add setup cache for node_modules folder (#19787)
David Sherret
2023-07-02
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
David Sherret
2023-06-22
refactor(npm): remove needless resolve_nv_ref_from_pkg_req_ref on NpmResolver...
David Sherret
2023-06-09
perf(node): cache realpath_sync calls in read permission check (#19379)
Gustrb
2023-06-08
refactor(compile): store the npm snapshot in the eszip (#19343)
David Sherret
2023-05-24
refactor: upgrade to deno_npm 0.6 (#19244)
David Sherret
2023-05-24
fix(npm): create `node_modules/.deno/node_modules` folder (#19242)
David Sherret
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
David Sherret
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-24
fix(npm): only include top level packages in top level node_modules directory...
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-21
refactor: move some CJS and ESM code analysis to ext/node (#18789)
David Sherret
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-30
fix(coverage): ignore files from npm registry (#18457)
Geert-Jan Zwiers
2023-03-30
refactor(ext/node): add NodeEnv::Fs associated type (#18484)
Bartek Iwańczuk
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-13
fix: ensure no node_modules directory is created when a package.json exists a...
David Sherret
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-08
fix: attempt to only allow one deno process to update the node_modules folder...
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-23
fix(npm): support bare specifiers in package.json having a path (#17903)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-17
refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-16
refactor(npm): avoid cloning snapshot for lockfile (#17451)
David Sherret
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(npm): fix typo in local.rs (#17186)
Ikko Ashimine
2022-12-19
perf(lsp): concurrent reads and exclusive writes (#17135)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-05
fix(npm): dependency types were sometimes not being resolved when package had...
David Sherret
[next]