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
/
tests
/
testdata
/
npm
Age
Commit message (
Expand
)
Author
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
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-04-06
chore: fix flaky tests checking ms when CI is slow (#18559)
David Sherret
2023-04-06
fix(ext/node): fix unable to resolve fraction.js (#18544)
Marvin Hagemeister
2023-04-06
fix(ext/node): json encode binary command name (#18596)
Geert-Jan Zwiers
2023-03-21
chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...
Yoshiya Hinosawa
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
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-23
feat(npm): support npm specifiers in remote modules without `--unstable` (#17...
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-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-08
fix: use static Reflect methods in nodeGlobalThis proxy (#17696)
Kamil Ogórek
2023-02-05
fix(ext/console): log class for class constructor (#17615)
Gasman
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-14
fix(npm): use original node regex in npm resolution (#17404)
Kiryl Dziamura
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-06
fix(npm): handle declaration file resolution where packages incorrectly defin...
David Sherret
2022-12-19
fix(npm): conditional exports with --node-modules-dir (#17111)
Bartek Iwańczuk
2022-12-15
fix(npm): improve exports resolution when type checking (#17071)
David Sherret
2022-12-05
fix(npm): dependency types were sometimes not being resolved when package had...
David Sherret
2022-12-01
chore(npm): fix types tests (#16882)
David Sherret
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-29
fix(ext/node): allow absolute path in createRequire (#16853)
Yoshiya Hinosawa
2022-11-28
fix(npm): don't resolve JS files when resolving types (#16854)
David Sherret
2022-11-27
fix(npm): ensure npm package downloaded once per run when using `--reload` (#...
David Sherret
2022-11-25
fix(npm): better error message when attempting to use typescript in npm packa...
David Sherret
2022-11-24
fix(npm/types): resolve main entrypoint declaration file when no types entry ...
David Sherret
2022-11-24
fix(npm/check): prioritize exports over types entry (#16788)
David Sherret
2022-11-22
fix: Make npm packages works with import maps (#16754)
Bartek Iwańczuk
2022-11-19
fix(npm): handle directory resolution when resolving declaration files (#16706)
David Sherret
2022-11-19
fix(ext/node): handle URL in createRequire (#16682)
Yoshiya Hinosawa
2022-11-16
fix(npm): using types for packages with subpath (#16656)
Bartek Iwańczuk
2022-11-16
fix(npm): support non-all lowercase package names (#16669)
David Sherret
2022-11-16
fix(npm): don't fail if conditional exports don't contains types (#16651)
Bartek Iwańczuk
2022-11-15
fix(npm): probing for files that have a file stem (#16641)
Bartek Iwańczuk
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-11
perf: more efficient `deno cache` and npm package info usage (#16592)
David Sherret
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-11-06
fix(npm): fix CJS resolution with local node_modules dir (#16547)
Bartek Iwańczuk
2022-11-02
fix(npm): add `console` global for node environment (#16519)
David Sherret
2022-11-02
fix(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-10-31
feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)
David Sherret
2022-10-28
feat: support npm specifiers in `deno info` for display text output only (#16...
David Sherret
2022-10-27
chore(npm): add explicit tests for `module.exports` assignment with type chec...
David Sherret
2022-10-25
chore: fix flaky esm_module_deno_test test (#16419)
David Sherret
2022-10-25
fix(npm): add support for npm packages in lock files (#15938)
Bartek Iwańczuk
[next]