@es-joy/jsdoccomment
Advanced tools
Comparing version 0.10.6 to 0.10.7
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.10.7 | ||
- npm: Update comment-parser with CJS fix and re-exports | ||
- npm: Update devDeps. | ||
## 0.10.6 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -49,3 +49,3 @@ "contributors": [], | ||
"dependencies": { | ||
"comment-parser": "1.2.1", | ||
"comment-parser": "1.2.3", | ||
"esquery": "^1.4.0", | ||
@@ -70,3 +70,3 @@ "jsdoc-type-pratt-parser": "1.1.1" | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^36.0.4", | ||
"eslint-plugin-jsdoc": "^36.0.5", | ||
"eslint-plugin-markdown": "^2.2.0", | ||
@@ -80,4 +80,4 @@ "eslint-plugin-no-unsanitized": "^3.1.5", | ||
"mocha": "^9.0.3", | ||
"rollup": "^2.54.0" | ||
"rollup": "^2.55.0" | ||
} | ||
} |
@@ -12,4 +12,1 @@ export {visitorKeys as jsdocTypeVisitorKeys} from 'jsdoc-type-pratt-parser'; | ||
export * from './jsdoccomment.js'; | ||
// Temporarily re-export (and elsehwere use) `comment-parser`'s nested exports | ||
export * from './commentParserExtras.js'; |
/* eslint-disable prefer-named-capture-group -- Temporary */ | ||
import { | ||
parse as commentParser, | ||
tokenizers | ||
tokenizers, | ||
util | ||
} from 'comment-parser'; | ||
import { | ||
const { | ||
seedBlock, | ||
seedTokens | ||
} from './commentParserExtras.js'; | ||
} = util; | ||
@@ -11,0 +13,0 @@ const { |
Sorry, the diff of this file is not supported yet
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
44501
15
1001
+ Addedcomment-parser@1.2.3(transitive)
- Removedcomment-parser@1.2.1(transitive)
Updatedcomment-parser@1.2.3