1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests
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
..
integration refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
node_compat fix(ext/node): fix node stream (#17874) 2023-02-22 23:30:58 +09:00
testdata refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
unit feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) 2023-02-22 19:32:38 +02:00
unit_node perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00