lezer-feel
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -549,2 +549,6 @@ import { ExternalTokenizer, ContextTracker, LRParser } from '@lezer/lr'; | ||
if (!child) { | ||
return this; | ||
} | ||
const parent = this.assign({ | ||
@@ -856,3 +860,3 @@ children: [ ...this.children, child ] | ||
...variables.context, | ||
...lastChild.computedValue() | ||
...lastChild?.computedValue() | ||
} | ||
@@ -988,1 +992,2 @@ }); | ||
export { normalizeContext, parser, trackVariables }; | ||
//# sourceMappingURL=index.es.js.map |
{ | ||
"name": "lezer-feel", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Lezer-based FEEL grammar", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.cjs", | ||
"devDependencies": { | ||
"@lezer/generator": "^1.1.0", | ||
"@lezer/generator": "^1.1.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
@@ -24,7 +24,8 @@ "@types/chai": "^4.3.1", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-bpmn-io": "^0.14.0", | ||
"mocha": "^7.1.1", | ||
"eslint": "^8.22.0", | ||
"eslint-plugin-bpmn-io": "^0.14.1", | ||
"mocha": "^10.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.76.0", | ||
"rollup": "^2.78.1", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "^4.7.4" | ||
@@ -34,3 +35,3 @@ }, | ||
"@lezer/highlight": "^1.0.0", | ||
"@lezer/lr": "^1.2.0" | ||
"@lezer/lr": "^1.2.3" | ||
}, | ||
@@ -44,3 +45,3 @@ "repository": { | ||
"build-debug": "lezer-generator src/feel.grammar --names -o src/parser && rollup -c", | ||
"test": "mocha test/test-*.js", | ||
"test": "mocha -r source-map-support/register test/test-*.js", | ||
"dev": "run-p dev:*", | ||
@@ -47,0 +48,0 @@ "dev:build": "chokidar 'src/*.grammar' 'src/{highlight,tokens}.js' --initial -c 'npm run build-debug'", |
@@ -67,3 +67,2 @@ # lezer-feel | ||
* [feelin](https://github.com/nikku/feelin) - Interpreter for the FEEL language | ||
* [feel-playground](https://github.com/nikku/feel-playground) - Playground to tryout and learn the FEEL language | ||
@@ -70,0 +69,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
240957
8
1763
13
72
Updated@lezer/lr@^1.2.3