mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: move redirect handling into deno_graph (#23444)
This commit is contained in:
parent
8e77f091ad
commit
c497e766f1
23 changed files with 377 additions and 263 deletions
|
@ -54,17 +54,17 @@ async fn generate_doc_nodes_for_builtin_types(
|
|||
vec![source_file_specifier.clone()],
|
||||
&loader,
|
||||
deno_graph::BuildOptions {
|
||||
module_analyzer: analyzer,
|
||||
file_system: &NullFileSystem,
|
||||
is_dynamic: false,
|
||||
imports: Vec::new(),
|
||||
executor: Default::default(),
|
||||
jsr_url_provider: Default::default(),
|
||||
is_dynamic: false,
|
||||
passthrough_jsr_specifiers: false,
|
||||
workspace_members: &[],
|
||||
executor: Default::default(),
|
||||
file_system: &NullFileSystem,
|
||||
jsr_url_provider: Default::default(),
|
||||
module_analyzer: analyzer,
|
||||
npm_resolver: None,
|
||||
reporter: None,
|
||||
resolver: None,
|
||||
workspace_members: &[],
|
||||
},
|
||||
)
|
||||
.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue