Microsoft/TypeScript

Type name in @throws not rendered as a link

开放

#59,578 创建于 2024年8月9日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (13,395 个派生)batch import
Domain: JSDocHelp WantedPossible Improvement

仓库指标

星标
 (108,860 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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}

贡献者指南