Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency update to latest PEG.js #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joepie91
Copy link

This updates both the testing libraries and the underlying PEG.js version (to the current latest, 0.10). Testing libraries were updated because the Mocha version used was not producing any output on my system, and so this was necessary to verify that the PEG.js upgrade worked correctly.

Because the underlying API and options of PEG.js itself (which are passed through) have changed, this is a breaking change and therefore would require a bump of this library's version number to 0.3.0. For that reason, I've also rolled in a buildParser -> generate API naming change to mirror that in PEG.js itself, since it will be a breaking release anyway.

All tests pass. I have not done any additional manual testing outside of the automated tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant