mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885)
This commit is contained in:
parent
186b52731c
commit
628816448e
17 changed files with 291 additions and 185 deletions
|
@ -664,6 +664,7 @@ fn op_load_inner(
|
|||
&mut is_cjs,
|
||||
)?))
|
||||
}
|
||||
Module::Wasm(_) => todo!("@dsherret"),
|
||||
}
|
||||
} else if let Some(npm) = state
|
||||
.maybe_npm
|
||||
|
@ -928,6 +929,7 @@ fn resolve_graph_specifier_types(
|
|||
}))
|
||||
}
|
||||
Some(Module::Node(_)) | None => Ok(None),
|
||||
Some(Module::Wasm(_)) => todo!("@dsherret"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue