-
Notifications
You must be signed in to change notification settings - Fork 65
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
Stable #487
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature-docs to stable
* main: (21 commits) Update CHANGELOG.md Update version number & rebuild Update dependencies Update test/unit/compiler/passes/report-infinite-repetition.spec.js Fixes #357. Do not allow infinite recursion in repetition delimiter. Update changelog Allow extra semicolons between rules. Fix an error in the code generator for "repeated" node Update changelog Fixes #329 Update changelog Fixes #359. Clarifies documentation about reserved words. Fix more HTML indentation. Test that the generated parser also works without errors Remove use of expect.to.not.throw() Add Rene Saarsoo to AUTHORS Typo in test description Add test to ensure special non-reserved keywords are allowed Comment out unnecessary reserved words Fixes #347. Makes $ invalid as an identifier start character. ...
* main: Update deps, CHANGELOG, version. Rebuild. Fix typos. Move parens to correct place. Rebuilt patch from scratch, incorporating comments Update dependencies Remove --optimize. Fixes #392. --allowed-start-rule=\* documented for CLI. Fixes #386. Put parens around integer conversions in repetition. Fixes #381. Tweaking the error format() documentation Authors and small grammar fix Change silver to hex Update to [email protected] Update CHANGELOG Make online version work in old browsers. Fixes #371. Updating grammarSource documentation Add Marcel Bolten to authors Remove redundant options variants in behavior test Handle null and undefined explicitly Fixes #374. CLI was throwing exception on grammar errors without a CLI test also being specified. Stub out new CHANGELOG.md section
Merge into stable
Update pluck docs to clarify label use
Merge feature-docs to stable
* main: (107 commits) Version update. Check npmignore. Audit CHANGELOG.md. 4.0.0 Update dependencies final time before release. Fix indentation in one part of examples/javascript.pegjs. Fixes #445. Code review issues Add developer docs. Fixes #466. Add directories when they don't exist, rather than throwing an error. Fixes #440. Update changelog. Include #463 as well. Fix #379. Move reportInfiniteRecursion to prepare phase, ensure that it doesn't keep going when it finds an error. Typo: 'rutimes' Mark IE as explicitly unsupported Switch to flat eslint config. Lint minified output for web compat. Code review nits Add tests, fix up fromMem to not need gross hack. Adds support for running tests against es module output. Fixes #399. Slight wording tweak. Double-checked that #415 is fixed. Fixes #434 Update bundles as well Fixes #450 Update dependencies, including new lint rules. Move to simpler tsconfig so that eslint can easily find the correct file. Fix small lint issues with new rules. ...
* main: Update all copyright dates to 2024 Add empty CHANGELOG header
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.