2 comments (2 comments)3 reactions (3 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
BugDomain: JSDocHelp Wanted
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
Bug Report
🔎 Search Terms
ts-ignore jsdoc
🕗 Version & Regression Information
- This changed between versions
3.8.3 and 3.9.7
⏯ Playground Link
-->
Playground link with relevant code
💻 Code
/**
// @ts-ignore
* @param {number} x
*/
function foo() {
}
🙁 Actual behavior
The error is not ignored
🙂 Expected behavior
The error is ignored
Contributor guide
- Research direction
- Investigate how @ts ignore is parsed and applied in JSDoc comments. Use git bisect between versions 3.8.3 and 3.9.7 to find the commit that changed behavior. Focus on the type checker or parser code path that handles suppression comments.
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Prerequisites
- Git