6 Commits (6bc85de25656146a3316627b3e2e1d12300d46ab)

Author SHA1 Message Date
Futago-za Ryuu 6bc85de256 Define version only in one place 6 years ago
Futago-za Ryuu 4b0f637626 Revert "Ensure VERSION is consistent"
This reverts commit 95abd42c95.
6 years ago
Futago-za Ryuu 8b43c8419f Use input/output from the config file 6 years ago
Futago-za Ryuu 95abd42c95 Ensure VERSION is consistent
The PEG.js version is exported and also written into the generated parser. In both these instances the version is a separate string, which means every time the version is bumped, it has to be changed in 3 places. This commit makes it slightly less of a maintenance burden.
6 years ago
Futago-za Ryuu ecb81504cb Remove redundant __slice
Should have been removed in #f66751b
6 years ago
Futago-za Ryuu be88239543 Move PEG.js to packages/pegjs
* Move PEG.js from . to packages/pegjs
* Update relevanr paths
* Remove pegjs-dev; Use pegjs directly
* Generate browser files at packages/pegjs/dist
* nyc: exclude website
* website: keep packages folder
* Root package.json is private now
6 years ago