dot-language-support
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -86,6 +86,8 @@ "use strict"; | ||
} | ||
else if (checker_1.isAttrStatement(statement) | ||
|| subtreeContainsErrors(statement)) { | ||
hasVisitedNodeModifier = true; | ||
return true; | ||
else if (hasVisitedStatement) { | ||
if (checker_1.isAttrStatement(statement) | ||
|| subtreeContainsErrors(statement)) { | ||
hasVisitedNodeModifier = true; | ||
return true; | ||
} | ||
} | ||
@@ -92,0 +94,0 @@ if (hasVisitedStatement) { |
{ | ||
"name": "dot-language-support", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Parser and language service for graphviz (dot) files", | ||
@@ -5,0 +5,0 @@ "author": "Niklas Mollenhauer", |
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
157801
4280