Skip to content

Commit 835e1a7

Browse files
committed
fix: update jsdoccomment (surfacing jsdoc-type-pratt-parser update) and devDeps.
1 parent 6282b97 commit 835e1a7

File tree

4 files changed

+154
-112
lines changed

4 files changed

+154
-112
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23617,6 +23617,16 @@ function assign(employees) {
2361723617
// ...
2361823618
}
2361923619
// "jsdoc/valid-types": ["error"|"warn", {"allowEmptyNamepaths":true,"checkSeesForNamepaths":false}]
23620+
23621+
/**
23622+
* @param {typeof obj["level1"]["level2"]} foo
23623+
* @param {Parameters<testFunc>[0]} ghi
23624+
* @param {{[key: string]: string}} hjk
23625+
*/
23626+
function quux() {
23627+
23628+
}
23629+
// Settings: {"jsdoc":{"mode":"typescript"}}
2362023630
````
2362123631

2362223632

0 commit comments

Comments
 (0)