We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the following grammar
a = "constructor"
fails in version 4.0.2 with
error parsing grammar Cannot read properties of undefined (reading 'length')
This was not the case in version 3.0.2
The text was updated successfully, but these errors were encountered:
Validated, and I see where the problem is. Investigating solutions.
Sorry, something went wrong.
Fixes peggyjs#520. Ensure that default object properties can be used …
a43a17d
…as literals
Regression tests for peggyjs#520.
ebfec8c
81b5194
I'll do a release later today, after fixing #513 and #522.
hildjj
Successfully merging a pull request may close this issue.
I noticed that the following grammar
fails in version 4.0.2 with
This was not the case in version 3.0.2
The text was updated successfully, but these errors were encountered: