refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885)

This commit is contained in:
Leo Kettmeir 2024-11-19 08:56:04 -08:00 committed by GitHub
parent 186b52731c
commit 628816448e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 291 additions and 185 deletions

View file

@ -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"),
}
}