Comparing version 0.16.0 to 0.16.1
@@ -285,4 +285,4 @@ import { Parser, NodeSet, NodeType, DefaultBufferLength, NodeProp, Tree, IterMode } from '@lezer/common'; | ||
let stack = this.split(); | ||
stack.pushState(s, this.pos); | ||
stack.storeNode(0 /* Err */, stack.pos, stack.pos, 4, true); | ||
stack.pushState(s, this.pos); | ||
stack.shiftContext(nextStates[i], this.pos); | ||
@@ -289,0 +289,0 @@ stack.score -= 200 /* Insert */; |
{ | ||
"name": "@lezer/lr", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Incremental parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
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