pegjs/tools/bundle
Futago-za Ryuu 93ceeff597 General QOL changes
- Added 'test/package.json' for dependencies used by spec tests
- Changed package names of local tools to reflect actual usage
- Removed bins for local tools (using files via 'node [file]' command)
- Updated help text for the CLIs of local tools to reflect changes
- Updated READMEs for tools
- Moved babel dependencies to 'tools/bundle/package.json'
- 'tools/bundle' now only logs created and watching
- Updated scripts in root package.json
2018-11-04 10:01:56 +00:00
..
babelOptions.js Move dist bundler to tools/bundle 2018-11-04 07:03:59 +00:00
create-pegjs-dist.js General QOL changes 2018-11-04 10:01:56 +00:00
index.js General QOL changes 2018-11-04 10:01:56 +00:00
package.json General QOL changes 2018-11-04 10:01:56 +00:00
README.md Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00

This directory contains a package bundler for PEG.js that is actually a thin layer around Rollup.