Skip to content

Commit 46fcd7e

Browse files
committed
fix: allow ArrayPattern with empty value
Also: - refactor: ts work
1 parent 4e79f50 commit 46fcd7e

10 files changed

+598
-111
lines changed

src/getDefaultTagStructureForMode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @typedef {Map<string, Map<string, (string|boolean)>>} TagStructure
33
*/
44
/**
5-
* @param {"permissive"|"jsdoc"|"closure"|"typescript"} mode
5+
* @param {import('./jsdocUtils.js').ParserMode} mode
66
* @returns {TagStructure}
77
*/
88
const getDefaultTagStructureForMode = (mode) => {

0 commit comments

Comments
 (0)