@es-joy/jsdoccomment
Advanced tools
Comparing version 0.21.0 to 0.21.1
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.21.1 | ||
- fix: provide clearer error message for `throwOnTypeParsingErrors` | ||
## 0.21.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
@@ -116,2 +116,4 @@ import {parse as jsdocTypePrattParse} from 'jsdoc-type-pratt-parser'; | ||
if (throwOnTypeParsingErrors) { | ||
err.message = `Tag @${lastTag.tag} with raw type ` + | ||
`\`${lastTag.rawType}\` had parsing error: ${err.message}`; | ||
throw err; | ||
@@ -118,0 +120,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67745
1452