@lezer/generator
Advanced tools
Comparing version 1.2.4 to 1.3.0
@@ -163,8 +163,2 @@ var __assign = (this && this.__assign) || function () { | ||
} | ||
/** | ||
* Returns a line context for the given file. | ||
* | ||
* @param {string} file | ||
* @param {number} index | ||
*/ | ||
function toLineContext(file, index) { | ||
@@ -171,0 +165,0 @@ var endEol = file.indexOf('\n', index + 80); |
{ | ||
"name": "@lezer/generator", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "Parser generator for the incremental lezer parser", | ||
@@ -12,2 +12,6 @@ "main": "dist/index.cjs", | ||
}, | ||
"./test": { | ||
"import": "./dist/test.js", | ||
"require": "./dist/test.cjs" | ||
}, | ||
"./dist/test": { | ||
@@ -14,0 +18,0 @@ "import": "./dist/test.js", |
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
532209
13310