BugDomain: JSDocHelp Wanted
倉庫指標
- 星標
- (108,860 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Bug Report
🔎 Search Terms
ts-ignore jsdoc
🕗 Version & Regression Information
- This changed between versions
3.8.3and3.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