deno/cli/tools
David Sherret a6ca4d0d61
refactor: use deno_graph for npm specifiers (#17858)
This changes npm specifiers to be handled by deno_graph and resolved to
an npm package name and version when the specifier is encountered. It
also slightly changes how npm specifier resolution occurs—previously it
would collect all the npm specifiers and resolve them all at once, but
now it resolves them on the fly as they are encountered in the module
graph.

https://github.com/denoland/deno_graph/pull/232

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-02-22 14:15:25 -05:00
..
coverage refactor: rename deno specifiers to internal (#17655) 2023-02-05 17:49:20 +01:00
init chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
repl fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
vendor refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
bench.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
bundle.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
check.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
doc.rs refactor: deno_graph 0.43 upgrade (#17692) 2023-02-09 22:00:23 -05:00
fmt.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
info.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
installer.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
lint.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
standalone.rs feat(install): follow redirects for urls with no path (#17449) 2023-02-10 10:11:11 -05:00
task.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
test.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
upgrade.rs ref(cli): Add better error message when powershell is missing during upgrade (#17759) 2023-02-16 21:14:57 +02:00