mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
c824eb5817
* move is_dyn_import argument from Loader::resolve to Loader::load - it was always kind of strange that resolve() checks permissions. * change argument type from &str to &ModuleSpecifier where applicable
9 lines
339 B
Text
9 lines
339 B
Text
local: [WILDCARD]005_more_imports.ts
|
|
type: TypeScript
|
|
compiled: [WILDCARD]005_more_imports.ts.js
|
|
map: [WILDCARD]005_more_imports.ts.js.map
|
|
deps:
|
|
file://[WILDCARD]/005_more_imports.ts
|
|
└─┬ file://[WILDCARD]/subdir/mod1.ts
|
|
└─┬ file://[WILDCARD]/subdir/subdir2/mod2.ts
|
|
└── file://[WILDCARD]/subdir/print_hello.ts
|