0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/tests/integration
Bartek Iwańczuk 2f651b2d64
fix(npm): canonicalize filename before returning (#18948)
This commit changes how paths for npm packages are handled,
by canonicalizing them when resolving. This is done so that instead
of returning
"node_modules/<package_name>@<version>/node_modules/<dep>/index.js"
(which is a symlink) we "node_modules/<dep>@<dep_version>/index.js.

Fixes https://github.com/denoland/deno/issues/18924
Fixes https://github.com/bluwy/create-vite-extra/issues/31

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2023-05-02 02:35:33 +02:00
..
bench_tests.rs Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) 2023-04-28 00:37:03 +02:00
bundle_tests.rs
cache_tests.rs
cert_tests.rs
check_tests.rs
compile_tests.rs fix(compile): write bytes directly to output file (#18777) 2023-04-19 21:50:56 +00:00
coverage_tests.rs fix(test/coverage): exclude test files (#18748) 2023-04-19 23:30:52 +02:00
doc_tests.rs
eval_tests.rs
flags_tests.rs
fmt_tests.rs feat(cli): flatten deno.json configuaration (#17799) 2023-04-26 23:02:36 -04:00
info_tests.rs
init_tests.rs
inspector_tests.rs Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) 2023-04-28 00:37:03 +02:00
install_tests.rs
js_unit_tests.rs Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) 2023-04-28 00:37:03 +02:00
lint_tests.rs
lsp_tests.rs
mod.rs
node_compat_tests.rs
node_unit_tests.rs
npm_tests.rs fix(npm): canonicalize filename before returning (#18948) 2023-05-02 02:35:33 +02:00
repl_tests.rs refactor: merge Deno & Node inspectors (#18691) 2023-04-30 07:24:13 +00:00
run_tests.rs fix(ext/websocket): restore op_ws_send_ping (#18891) 2023-04-28 16:48:00 +02:00
shared_library_tests.rs
task_tests.rs
test_tests.rs Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) 2023-04-28 00:37:03 +02:00
upgrade_tests.rs
vendor_tests.rs
watcher_tests.rs refactor(tests): Watcher test timeout (#18459) 2023-04-17 09:49:03 -04:00
worker_tests.rs