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-07-14
fix(npm): improve error message importing non-existent file in a node_modules...
David Sherret
2023-07-14
fix(npm): improve error message on directory import in npm package (#19538)
Elian Cordoba
2023-07-03
fix(npm): escape export identifier in double quoted string (#19694)
await-ovo
2023-07-01
fix(npm): handle more reserved words as cjs exports (#19672)
David Sherret
2023-06-15
fix(cli): avoid crash on import of invalid module names (#19523)
Bartek Iwańczuk
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-24
fix(npm): create `node_modules/.deno/node_modules` folder (#19242)
David Sherret
2023-05-23
feat: top level package.json install when node_modules dir is explicitly opte...
David Sherret
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-14
chore: remove node_modules folder being created in testdata directory (#18708)
David Sherret
2023-04-12
fix(npm): eagerly reload package information when version from lockfile not f...
David Sherret
2023-04-12
fix(npm): cache bust npm specifiers more aggressively (#18636)
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-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-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
[next]