dot-language-support
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -305,3 +305,3 @@ "use strict"; | ||
const result = this.createNode(kind); | ||
if (isIdentifier(result.kind)) { | ||
if (isIdentifierNode(result)) { | ||
switch (result.kind) { | ||
@@ -312,4 +312,3 @@ case types_1.SyntaxKind.QuotedTextIdentifier: { | ||
const values = this.createNodeArray([literal], result.pos, result.pos); | ||
const a = result; | ||
a.values = values; | ||
result.values = values; | ||
break; | ||
@@ -316,0 +315,0 @@ } |
{ | ||
"name": "dot-language-support", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Parser and language service for graphviz (dot) files", | ||
@@ -31,8 +31,8 @@ "author": "Niklas Mollenhauer", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.5", | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.0.3", | ||
"typescript": "^3.1.3", | ||
"vscode-languageserver": "^5.1.0" | ||
@@ -39,0 +39,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
177730
5081