Microsoft/TypeScript

Type name in @throws not rendered as a link

Open

#59,578 opened on Aug 9, 2024

 (2 comments) (0 reactions) (0 assignees)TypeScript (13,395 forks)batch import
Domain: JSDocHelp WantedPossible Improvement

Repository metrics

Stars
 (108,860 stars)
PR merge metrics
 (Avg merge 6d 17h) (9 merged PRs in 30d)

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}

Contributor guide