@es-joy/jsdoccomment
Advanced tools
Comparing version 0.9.0-alpha.6 to 0.10.0
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.10.0 | ||
- npm: Point to stable `comment-parser` | ||
## 0.9.0-alpha.6 | ||
@@ -7,3 +11,3 @@ | ||
- Update: For `ocmment-parser` update, add `lineEnd` | ||
- Update: For `comment-parser` update, add `lineEnd` | ||
@@ -10,0 +14,0 @@ ## 0.9.0-alpha.5 |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.9.0-alpha.6", | ||
"version": "0.10.0", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -49,3 +49,3 @@ "contributors": [], | ||
"dependencies": { | ||
"comment-parser": "1.1.6-beta.3", | ||
"comment-parser": "1.2.0", | ||
"esquery": "^1.4.0", | ||
@@ -52,0 +52,0 @@ "jsdoc-type-pratt-parser": "1.0.4" |
@@ -108,8 +108,3 @@ /* eslint-disable prefer-named-capture-group -- Temporary */ | ||
tokens: seedTokens({ | ||
delimiter: '/**', | ||
description: '', | ||
lineEnd: '', | ||
end: '', | ||
postDelimiter: '', | ||
start: '' | ||
delimiter: '/**' | ||
}) | ||
@@ -120,7 +115,3 @@ }, | ||
tokens: seedTokens({ | ||
delimiter: '', | ||
description: '', | ||
lineEnd: '', | ||
end: '*/', | ||
postDelimiter: '', | ||
start: indent + ' ' | ||
@@ -127,0 +118,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
44656
998
+ Addedcomment-parser@1.2.0(transitive)
- Removedcomment-parser@1.1.6-beta.3(transitive)
Updatedcomment-parser@1.2.0