@lezer/generator
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -12,3 +12,3 @@ import {resolve, dirname} from "path" | ||
resolveId(source, importer) { | ||
let m = /^(.*\.grammar)(\.terms)?$/.exec(source) | ||
let m = /^([^\0].*\.grammar)(\.terms)?$/.exec(source) | ||
if (!m) return null | ||
@@ -15,0 +15,0 @@ let id = resolve(importer ? dirname(importer) : process.cwd(), m[1]) |
{ | ||
"name": "@lezer/generator", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Parser generator for the incremental lezer parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
367474