{"library":"pegjs-loader","type":"library","category":null,"description":"A webpack loader that compiles PEG.js grammar files into JavaScript parser modules. Current version 0.5.8 is stable with weekly npm downloads around 1,000. Requires peer dependencies PEG.js ^0.10.0 and webpack >=1. Supports options like cache, optimize, trace, allowedStartRules, and dependencies. Differentiated from alternatives like jison-loader by its tight integration with PEG.js and support for multiple parser options via query parameters.","language":"javascript","status":"active","version":"0.5.8","tags":["javascript","webpack","pegjs","peg.js","peg","loader"],"install":[{"cmd":"npm install pegjs-loader","imports":["module.exports = { module: { loaders: [{ test: /\\.pegjs$/, loader: 'pegjs-loader' }] } }","const parser = require('./parser.pegjs');","const parser = require('pegjs-loader?cache=true!./parser.pegjs');"]},{"cmd":"yarn add pegjs-loader","imports":[]},{"cmd":"pnpm add pegjs-loader","imports":[]}],"homepage":"http://eploko.github.io/pegjs-loader","github":"https://github.com/eploko/pegjs-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/pegjs-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/pegjs-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}