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
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
2022-08-29
fix(npm): conditional exports with wildcards (#15652)
Bartek Iwańczuk
2022-08-29
chore: update test_util/std/ submodule (#15657)
Bartek Iwańczuk
2022-08-26
fix(npm): handle cjs re-exports with the same name as an export (#15626)
David Sherret
2022-08-26
fix(ext/node): fix global in node env (#15622)
Yoshiya Hinosawa
2022-08-26
chore(npm): add test for esm npm binary package (#15609)
David Sherret
2022-08-25
fix: avoid global declaration collisions in cjs (#15608)
David Sherret
2022-08-24
fix(npm): always require --unstable flag even for esm (#15583)
David Sherret
2022-08-24
feat: support subpaths in npm package references (#15578)
David Sherret
2022-08-23
feat(npm): support packages with multiple command names (#15565)
David Sherret
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-22
feat(unstable): Respect --cached-only flags for npm: specifiers (#15512)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
[prev]