Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zenstack

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zenstack - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

6

out/language-server/zmodel-linker.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc