Skip to content

Commit

Permalink
fix: update jsdoc-type-pratt-parser
Browse files Browse the repository at this point in the history
1. More fully allow for underscores, dollar sign, zero widths in identifiers
2. Allow numeric literals
3. Avoid issue with property component in path being treated as a name (as would require defining in `no-undefined-types`)
  • Loading branch information
brettz9 committed Jun 1, 2021
1 parent 1a6de5e commit 1745fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"comment-parser": "1.1.5",
"debug": "^4.3.1",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^1.0.1",
"jsdoc-type-pratt-parser": "^1.0.2",
"lodash": "^4.17.21",
"regextras": "^0.8.0",
"semver": "^7.3.5",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.13.16",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
Expand Down

0 comments on commit 1745fca

Please sign in to comment.