Comparing version 0.15.6 to 0.15.7
@@ -1010,3 +1010,3 @@ import { Parser, NodeSet, NodeType, DefaultBufferLength, NodeProp, Tree } from '@lezer/common'; | ||
if (index == 0 && data[i + 1] == 2 /* Other */) | ||
index = this.putAction(pair(data, i + 1), token, end, index); | ||
index = this.putAction(pair(data, i + 2), token, end, index); | ||
break; | ||
@@ -1013,0 +1013,0 @@ } |
{ | ||
"name": "@lezer/lr", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"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