0.0.2 • Published 4 years ago

broccoli-nearley v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

broccoli-nearley Build Status

Broccoli plugin for compiling nearley grammars with a persistent cache for fast restarts.

Installation

yarn add broccoli-nearley

Usage

let Nearly = require('broccoli-nearley');
let outputNode = new Nearly(inputNode, {
  persist: false
});

Options

persist

Type: Boolean
Default: true

Enable\disable a persistent cache to improve build performance across restarts. Check out broccoli-persistent-filter for more details.

Running Tests

yarn install
yarn test

License

This project is distributed under the MIT license.