mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
a6ca4d0d61
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>
14 lines
813 B
Text
14 lines
813 B
Text
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])
|