mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
refactor: integrate deno_graph breaking changes (#13495)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
5490cfed20
commit
7d356250e8
21 changed files with 433 additions and 359 deletions
|
@ -108,7 +108,7 @@ impl ModuleLoader for CliModuleLoader {
|
|||
|
||||
async move {
|
||||
ps.prepare_module_load(
|
||||
vec![specifier],
|
||||
vec![(specifier, deno_graph::ModuleKind::Esm)],
|
||||
is_dynamic,
|
||||
lib,
|
||||
root_permissions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue