1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/cli/tests/testdata/cert
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
..
cafile_info.ts
cafile_info.ts.out refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
cafile_ts_fetch.ts
cafile_ts_fetch.ts.out
cafile_ts_fetch_unsafe_ssl.ts.out
cafile_url_imports.ts
cafile_url_imports.ts.out
cafile_url_imports_unsafe_ssl.ts.out
deno_land_unsafe_ssl.ts Revert "test: fix flaky deno_land_unsafe_ssl test (#17357)" (#17368) 2023-01-12 15:25:20 +01:00
deno_land_unsafe_ssl.ts.out Revert "test: fix flaky deno_land_unsafe_ssl test (#17357)" (#17368) 2023-01-12 15:25:20 +01:00
ip_address_unsafe_ssl.ts
ip_address_unsafe_ssl.ts.out
listen_tls_alpn.ts
listen_tls_alpn_fail.ts
localhost_unsafe_ssl.ts.out