Broccoli plugin for compiling nearley grammars with a persistent cache for fast restarts.
yarn add broccoli-nearley
let Nearly = require('broccoli-nearley');
let outputNode = new Nearly(inputNode, {
persist: false
});
Type: Boolean
Default: true
Enable\disable a persistent cache to improve build performance across restarts. Check out broccoli-persistent-filter for more details.
yarn install
yarn test
This project is distributed under the MIT license.