pegjs-require-import
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "pegjs-require-import", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "PEG.js Require Extension", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -88,2 +88,3 @@ const peg = require('pegjs'); | ||
const parser = peg.generate(data, options); | ||
parser = Object.assign(parser, { sourceCode: data }); | ||
return parser; | ||
@@ -90,0 +91,0 @@ } |
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
7121
83