@es-joy/jsdoccomment
Advanced tools
Comparing version 0.36.0 to 0.36.1
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.36.1 | ||
- fix(`getReducedASTNode`): stop checking for comment blocks at return | ||
statement | ||
## 0.36.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.36.0", | ||
"version": "0.36.1", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
@@ -130,3 +130,4 @@ /** | ||
'PropertyDefinition', | ||
'ExportDefaultDeclaration' | ||
'ExportDefaultDeclaration', | ||
'ReturnStatement' | ||
]); | ||
@@ -177,2 +178,3 @@ | ||
} | ||
while ( | ||
@@ -179,0 +181,0 @@ !sourceCode.getCommentsBefore(parent).length && |
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
71227
1585