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
Symptom:
node_modules\gift-pegjs\pegjs-gift.js:1:6567: ERROR: Expected ")" but found "t"
Minify has a bug that caused the 1.0.0 release to be broken (the minified file has unbalanced apostrophes). See coderaiser/minify#127.
The text was updated successfully, but these errors were encountered:
Even reverting to an older minify where it supports apostrophes in strings causes the minified parser to fail with the latest grammar.
I will take minify out of the build loop because it's not worth the problems. If developers want to minify it's up to them to find a reliable tool.
Sorry, something went wrong.
fuhrmanator
No branches or pull requests
Symptom:
Minify has a bug that caused the 1.0.0 release to be broken (the minified file has unbalanced apostrophes). See coderaiser/minify#127.
The text was updated successfully, but these errors were encountered: