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
/
integration
/
npm_tests.rs
Age
Commit message (
Expand
)
Author
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
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-23
fix(ext/node): fix npm module resolution when --node-modules-dir specified (#...
Yoshiya Hinosawa
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-01
fix(lockfile): emit trailing newline (#17618)
David Sherret
2023-01-23
refactor: Move lockfile to a separate crate (#17503)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
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-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(lock): ensure npm dependencies are written with --lock-write (#16668)
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-14
fix(bundle): explicit error when using an npm specifier with deno bundle (#16...
David Sherret
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
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(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-11-02
fix(lockfile): error if a referenced package id doesn't exist in list of pack...
David Sherret
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-26
fix(compile): show an error when using npm specifiers (#16430)
David Sherret
2022-10-25
fix(npm): add support for npm packages in lock files (#15938)
Bartek Iwańczuk
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-03
feat(unstable): add support for npm specifier cli arguments for 'deno cache' ...
Bartek Iwańczuk
2022-10-03
fix(npm): better error is version is specified after subpath (#16131)
Bartek Iwańczuk
2022-10-03
fix(npm): panic on invalid package name (#16123)
Bartek Iwańczuk
2022-10-01
fix(npm): handle json files in require (#16125)
Bartek Iwańczuk
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-09-23
perf: don't re-download package tarball to global cache if local node_modules...
David Sherret
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-22
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Bartek Iwańczuk
2022-09-14
fix(npm): binary entrypoint for .js or no extension (#15900)
Bartek Iwańczuk
2022-09-12
fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)
Bartek Iwańczuk
2022-09-10
fix(npm): align Node esm code importing cjs with Node (#15838)
David Sherret
2022-09-10
fix(npm): remove export binding to match node (#15837)
David Sherret
2022-09-08
fix(npm): recursive translation of reexports, remove window global in node co...
Bartek Iwańczuk
2022-09-07
feat: add --no-npm flag to disable npm: imports (#15673)
Bartek Iwańczuk
2022-09-03
fix(npm): add more context to errors when file doesn't exist (#15749)
Bartek Iwańczuk
2022-08-31
fix(npm): translate CJS to ESM with name clashes for files and dirs (#15697)
Bartek Iwańczuk
2022-08-30
fix(npm): prefer importing esm from esm (#15676)
David Sherret
2022-08-30
fix(npm): skip extracting pax_global_header from tarballs (#15677)
Bartek Iwańczuk
[next]