@zenstackhq/language
Advanced tools
Comparing version 1.0.0-alpha.82 to 1.0.0-alpha.85
@@ -31,8 +31,7 @@ "use strict"; | ||
'<=': 3, | ||
in: 4, | ||
//CollectionPredicateExpr | ||
'^': 5, | ||
'?': 5, | ||
'!': 5, | ||
'^': 4, | ||
'?': 4, | ||
'!': 4, | ||
}; | ||
//# sourceMappingURL=ast.js.map |
/****************************************************************************** | ||
* This file was generated by langium-cli 1.0.0. | ||
* This file was generated by langium-cli 1.1.0. | ||
* DO NOT EDIT MANUALLY! | ||
@@ -10,3 +10,3 @@ ******************************************************************************/ | ||
export type AttributeAttributeName = string; | ||
export type AttributeName = string; | ||
export type AttributeName = AttributeAttributeName | DataModelAttributeName | DataModelFieldAttributeName; | ||
export type BuiltinType = 'BigInt' | 'Boolean' | 'Bytes' | 'DateTime' | 'Decimal' | 'Float' | 'Int' | 'Json' | 'String'; | ||
@@ -89,3 +89,3 @@ export type DataModelAttributeName = string; | ||
left: Expression; | ||
operator: '!' | '!=' | '&&' | '<' | '<=' | '==' | '>' | '>=' | '?' | '^' | 'in' | '||'; | ||
operator: '!' | '!=' | '&&' | '<' | '<=' | '==' | '>' | '>=' | '?' | '^' | '||'; | ||
right: Expression; | ||
@@ -198,3 +198,2 @@ } | ||
name: string; | ||
optional: boolean; | ||
type: FunctionParamType; | ||
@@ -201,0 +200,0 @@ } |
"use strict"; | ||
/****************************************************************************** | ||
* This file was generated by langium-cli 1.0.0. | ||
* This file was generated by langium-cli 1.1.0. | ||
* DO NOT EDIT MANUALLY! | ||
@@ -395,10 +395,2 @@ ******************************************************************************/ | ||
} | ||
case 'FunctionParam': { | ||
return { | ||
name: 'FunctionParam', | ||
mandatory: [ | ||
{ name: 'optional', type: 'boolean' } | ||
] | ||
}; | ||
} | ||
case 'FunctionParamType': { | ||
@@ -428,2 +420,10 @@ return { | ||
} | ||
case 'LiteralExpr': { | ||
return { | ||
name: 'LiteralExpr', | ||
mandatory: [ | ||
{ name: 'value', type: 'boolean' } | ||
] | ||
}; | ||
} | ||
case 'Model': { | ||
@@ -430,0 +430,0 @@ return { |
/****************************************************************************** | ||
* This file was generated by langium-cli 1.0.0. | ||
* This file was generated by langium-cli 1.1.0. | ||
* DO NOT EDIT MANUALLY! | ||
@@ -4,0 +4,0 @@ ******************************************************************************/ |
/****************************************************************************** | ||
* This file was generated by langium-cli 1.0.0. | ||
* This file was generated by langium-cli 1.1.0. | ||
* DO NOT EDIT MANUALLY! | ||
@@ -4,0 +4,0 @@ ******************************************************************************/ |
"use strict"; | ||
/****************************************************************************** | ||
* This file was generated by langium-cli 1.0.0. | ||
* This file was generated by langium-cli 1.1.0. | ||
* DO NOT EDIT MANUALLY! | ||
@@ -5,0 +5,0 @@ ******************************************************************************/ |
{ | ||
"name": "@zenstackhq/language", | ||
"version": "1.0.0-alpha.82", | ||
"version": "1.0.0-alpha.85", | ||
"displayName": "ZenStack modeling language compiler", | ||
@@ -16,3 +16,3 @@ "description": "ZenStack modeling language compiler", | ||
"copyfiles": "^2.4.1", | ||
"langium-cli": "1.0.0", | ||
"langium-cli": "1.1.0", | ||
"rimraf": "^3.0.2", | ||
@@ -22,3 +22,3 @@ "typescript": "^4.9.4" | ||
"dependencies": { | ||
"langium": "1.0.1" | ||
"langium": "1.1.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
134581
4074
+ Addedlangium@1.1.0(transitive)
+ Addedvscode-jsonrpc@8.0.2(transitive)
+ Addedvscode-languageserver@8.0.2(transitive)
+ Addedvscode-languageserver-protocol@3.17.2(transitive)
+ Addedvscode-languageserver-types@3.17.2(transitive)
- Removed@chevrotain/cst-dts-gen@10.5.0(transitive)
- Removed@chevrotain/gast@10.5.0(transitive)
- Removed@chevrotain/types@10.5.0(transitive)
- Removed@chevrotain/utils@10.5.0(transitive)
- Removedchevrotain@10.5.0(transitive)
- Removedlangium@1.0.1(transitive)
- Removedvscode-jsonrpc@8.1.0(transitive)
- Removedvscode-languageserver@8.1.0(transitive)
- Removedvscode-languageserver-protocol@3.17.3(transitive)
- Removedvscode-languageserver-types@3.17.3(transitive)
Updatedlangium@1.1.0