2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
Domain: JSDocHelp WantedPossible Improvement
Repository metrics
- Stars
- 108,860 stars (108,860 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)9 merged PRs in 30d (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
- Research direction
- Investigate how TypeScript's JSDoc parser and renderer handle @throws tags with type names, and modify the rendering logic to convert type names inside curly braces into hyperlinks.
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Bug
- Prerequisites
- TypeScriptJSDoc