Skip to content

Commit

Permalink
fix: update jsdoccomment (surfacing jsdoc-type-pratt-parser update) a…
Browse files Browse the repository at this point in the history
…nd devDeps.
  • Loading branch information
brettz9 committed Mar 15, 2023
1 parent 6282b97 commit 835e1a7
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 112 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23617,6 +23617,16 @@ function assign(employees) {
// ...
}
// "jsdoc/valid-types": ["error"|"warn", {"allowEmptyNamepaths":true,"checkSeesForNamepaths":false}]

/**
* @param {typeof obj["level1"]["level2"]} foo
* @param {Parameters<testFunc>[0]} ghi
* @param {{[key: string]: string}} hjk
*/
function quux() {

}
// Settings: {"jsdoc":{"mode":"typescript"}}
````


Loading

0 comments on commit 835e1a7

Please sign in to comment.