deno/cli/tests/testdata/cert/cafile_info.ts.out
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

15 lines
813 B
Plaintext

local: [WILDCARD]https[WILDCARD]localhost_PORT5545[WILDCARD]
type: TypeScript
dependencies: 8 unique
size: [WILDCARD]
https://localhost:5545/cert/cafile_info.ts ([WILDCARD])
├── https://localhost:5545/subdir/mt_text_typescript.t1.ts ([WILDCARD])
├── https://localhost:5545/subdir/mt_video_vdn.t2.ts ([WILDCARD])
├── https://localhost:5545/subdir/mt_video_mp2t.t3.ts ([WILDCARD])
├── https://localhost:5545/subdir/mt_application_x_typescript.t4.ts ([WILDCARD])
├── https://localhost:5545/subdir/mt_text_javascript.j1.js ([WILDCARD])
├── https://localhost:5545/subdir/mt_application_ecmascript.j2.js ([WILDCARD])
├── https://localhost:5545/subdir/mt_text_ecmascript.j3.js ([WILDCARD])
└── https://localhost:5545/subdir/mt_application_x_javascript.j4.js ([WILDCARD])