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

lezer-feel

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-feel - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

dist/index.cjs.map

7

dist/index.es.js

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

17

package.json
{
"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

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