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
/
npm_tests.rs
Age
Commit message (
Collapse
)
Author
2022-12-19
fix(npm): conditional exports with --node-modules-dir (#17111)
Bartek Iwańczuk
This commit fixes conditional exports in `require()` implementation if `--node-modules-dir` flag is used.
2022-12-15
fix(npm): improve exports resolution when type checking (#17071)
David Sherret
Closes #17012
2022-12-07
feat(flags): add `deno check --all` as new preferred alias for `--remote` ↵
David Sherret
(#16702) Closes #16374
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
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-11-28
fix(npm): don't resolve JS files when resolving types (#16854)
David Sherret
Closes #16851
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-27
fix(npm): ensure npm package downloaded once per run when using `--reload` ↵
David Sherret
(#16842)
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk