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

@ -71,6 +71,7 @@ fn get_module_graph_error_class(err: &ModuleGraphError) -> &'static str {
| JsrLoadError::UnknownExport { .. } => "NotFound",
},
},
ModuleError::WasmParseErr(_, _) => "SyntaxError",
},
}
}