rollup-plugin-nearley
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

rollup-plugin-nearley

This is rollup/vite plugin for nearley.

Currently only nearley@^2.0.0 is supported with esmoudle build. I added nearley as peer dependency. Git tag start from 2.0.0, I intentionally reserve ^1.0.0 for nearley@^1.0.0 support in the future.

usage

Install rollup-plugin-nearley first.

import { defineConfig } from 'vite'
import nearley from 'rollup-plugin-nearley';

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [
    // default extension is ".ne" if you don't pass any options
    nearley({extension: ".ne"}),
  ]
});

Contribution

Appreciate for any PR

Package Sidebar

Install

npm i rollup-plugin-nearley

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • arayn