Microsoft/TypeScript

Type name in @throws not rendered as a link

Ouverte

#59 578 ouverte le 9 août 2024

 (2 commentaires) (0 réaction) (0 personne assignée)TypeScript (13 395 forks)batch import
Domain: JSDocHelp WantedPossible Improvement

Métriques du dépôt

Stars
 (108 860 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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}

Guide contributeur