Comparing version 0.16.2 to 0.16.3
@@ -311,2 +311,3 @@ import { Parser, NodeSet, NodeType, DefaultBufferLength, NodeProp, Tree, IterMode } from '@lezer/common'; | ||
} | ||
this.reducePos = this.pos; | ||
this.reduce(reduce); | ||
@@ -804,3 +805,3 @@ return true; | ||
// Environment variable used to control console output | ||
const verbose = typeof process != "undefined" && /\bparse\b/.test(process.env.LOG); | ||
const verbose = typeof process != "undefined" && process.env && /\bparse\b/.test(process.env.LOG); | ||
let stackIDs = null; | ||
@@ -807,0 +808,0 @@ var Safety; |
{ | ||
"name": "@lezer/lr", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
137425
3401
4