dot-language-support
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -59,3 +59,4 @@ "use strict"; | ||
if (child.rhs && child.rhs.length > 0) { | ||
allEdges.push.apply(allEdges, child.rhs); | ||
for (const edgeRhs of child.rhs) | ||
allEdges.push(edgeRhs); | ||
} | ||
@@ -62,0 +63,0 @@ } |
@@ -101,3 +101,3 @@ "use strict"; | ||
newText: util_1.escapeIdentifierText(label) + "=", | ||
} | ||
}, | ||
})); | ||
@@ -104,0 +104,0 @@ } |
{ | ||
"name": "dot-language-support", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Parser and language service for graphviz (dot) files", | ||
@@ -31,3 +31,3 @@ "author": "Niklas Mollenhauer", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.6", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
@@ -37,3 +37,3 @@ "chai": "^4.2.0", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.1.3", | ||
"typescript": "^3.2.1", | ||
"vscode-languageserver": "^5.1.0" | ||
@@ -40,0 +40,0 @@ }, |
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
182428
5356