{"library":"nearley-loader","type":"library","category":null,"description":"A webpack loader that imports compiled nearley parser grammar files (`.ne` files) directly into JavaScript modules. Current stable version is 2.0.0, compatible with nearley^2.0.0. It integrates with webpack's module bundling, allowing developers to require grammar files and get compiled parser rules. The loader has a peer dependency on nearley, requiring matching major versions. It is commonly used in projects that build parsers with nearley and bundle with webpack. No release cadence is documented; the package is stable but low-maintenance.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","loader","webpack"],"install":[{"cmd":"npm install nearley-loader","imports":["import grammar from './grammar.ne';","import { Parser, Grammar } from 'nearley';","const parser = new Parser(Grammar.fromCompiled(grammar));"]},{"cmd":"yarn add nearley-loader","imports":[]},{"cmd":"pnpm add nearley-loader","imports":[]}],"homepage":null,"github":"https://github.com/kozily/nearley-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nearley-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/nearley-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}