Microsoft/TypeScript

Type name in @throws not rendered as a link

Open

#59,578 opened on 2024年8月9日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (6,726 forks)batch import
Domain: JSDocHelp WantedPossible Improvement

Repository metrics

Stars
 (48,455 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 9 merged PRs)

説明

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}

コントリビューターガイド