1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/npm/import_map
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
..
import_map.json fix: Make npm packages works with import maps (#16754) 2022-11-22 20:09:30 +01:00
main.js fix: Make npm packages works with import maps (#16754) 2022-11-22 20:09:30 +01:00
main.out refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00