summaryrefslogtreecommitdiff
path: root/cli/tests/npm_tests.rs
AgeCommit message (Expand)Author
2022-12-19fix(npm): conditional exports with --node-modules-dir (#17111)Bartek Iwańczuk
2022-12-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-12-07feat(flags): add `deno check --all` as new preferred alias for `--remote` (#1...David Sherret
2022-12-01chore(npm): fix types tests (#16882)David Sherret
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-29fix(ext/node): allow absolute path in createRequire (#16853)Yoshiya Hinosawa
2022-11-28fix(npm): don't resolve JS files when resolving types (#16854)David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-27fix(npm): ensure npm package downloaded once per run when using `--reload` (#...David Sherret
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk