Skip to content

Commit

Permalink
fix: allow ArrayPattern with empty value
Browse files Browse the repository at this point in the history
Also:
- refactor: ts work
  • Loading branch information
brettz9 committed May 11, 2023
1 parent 4e79f50 commit 46fcd7e
Show file tree
Hide file tree
Showing 10 changed files with 598 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/getDefaultTagStructureForMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @typedef {Map<string, Map<string, (string|boolean)>>} TagStructure
*/
/**
* @param {"permissive"|"jsdoc"|"closure"|"typescript"} mode
* @param {import('./jsdocUtils.js').ParserMode} mode
* @returns {TagStructure}
*/
const getDefaultTagStructureForMode = (mode) => {
Expand Down
Loading

0 comments on commit 46fcd7e

Please sign in to comment.