deno/cli/tools/vendor
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
..
analyze.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
build.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
import_map.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
mappings.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
mod.rs feat: auto-discover package.json for npm dependencies (#17272) 2023-02-20 19:14:06 +01:00
specifiers.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