@es-joy/jsdoccomment
Advanced tools
Comparing version 0.2.0 to 0.3.0
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.3.0 | ||
- Enhancement: Expose `toCamelCase` as new method rather than within a | ||
utility file. | ||
## 0.2.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
export {default as commentHandler} from './commentHandler.js'; | ||
export {default as toCamelCase} from './toCamelCase.js'; | ||
export * from './commentParserToESTree.js'; | ||
@@ -4,0 +6,0 @@ |
import esquery from 'esquery'; | ||
import {toCamelCase} from './utils.js'; | ||
import toCamelCase from './toCamelCase.js'; | ||
@@ -4,0 +4,0 @@ const jsdoctypeparserToESTree = (parsedType) => { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30898
882
0