Microsoft/TypeScript
Type name in @throws not rendered as a link
Aberta
#59.578 aberto em 9 de ago. de 2024
Domain: JSDocHelp WantedPossible Improvement
Métricas do repositório
- Stars
- (108.860 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
According to the JSDoc documentation you can put a type name after a @throws. Something like @throws {Error}. I would expect the type name to be rendered as a link, but it is rendered as {Error}