mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
meta: enable jsdoc/check-tag-names rule
PR-URL: https://github.com/nodejs/node/pull/58521 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
036b1fd66d
commit
0fd1ecded6
86 changed files with 495 additions and 247 deletions
|
@ -449,7 +449,7 @@ function clearDefaultTriggerAsyncId() {
|
|||
* @template {unknown} R
|
||||
* @param {number} triggerAsyncId
|
||||
* @param { (...T: args) => R } block
|
||||
* @param {T} args
|
||||
* @param {T} args
|
||||
* @returns {R}
|
||||
*/
|
||||
function defaultTriggerAsyncIdScope(triggerAsyncId, block, ...args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue