Comparing version 0.1.39 to 0.1.40
@@ -89,4 +89,2 @@ "use strict"; | ||
resolveBinary(node, document, extraScopes) { | ||
this.resolve(node.left, document, extraScopes); | ||
this.resolve(node.right, document, extraScopes); | ||
switch (node.operator) { | ||
@@ -98,2 +96,4 @@ // TODO: support arithmetics? | ||
// case '/': | ||
// this.resolve(node.left, document, extraScopes); | ||
// this.resolve(node.right, document, extraScopes); | ||
// this.resolveToBuiltinTypeOrDecl(node, 'Int'); | ||
@@ -109,2 +109,4 @@ // break; | ||
case '||': | ||
this.resolve(node.left, document, extraScopes); | ||
this.resolve(node.right, document, extraScopes); | ||
this.resolveToBuiltinTypeOrDecl(node, 'Boolean'); | ||
@@ -111,0 +113,0 @@ break; |
@@ -5,3 +5,3 @@ { | ||
"description": "ZenStack CLI and Language Tools", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"engines": { | ||
@@ -51,3 +51,3 @@ "vscode": "^1.56.0" | ||
"dependencies": { | ||
"@zenstackhq/internal": "0.1.18", | ||
"@zenstackhq/internal": "0.1.19", | ||
"change-case": "^4.1.2", | ||
@@ -54,0 +54,0 @@ "chevrotain": "^9.1.0", |
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
331334
5881
Updated@zenstackhq/internal@0.1.19