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
The parser hangs with 100% cpu usage when parsing this file.
This can be reproduced by cloning https://gist.github.com/ed8a5b157d8644d68ca7.git and running bug.js.
The text was updated successfully, but these errors were encountered:
fixed slow parsing caused by too many backtracking
0ead1d1
fixes tautologistics#61
Merge pull request fb55#61 from AndreasMadsen/optimize
9ab0b0e
[Tokenizer] move if context to methods allowing .write to be optimized fixes fb55#60
No branches or pull requests
The parser hangs with 100% cpu usage when parsing this file.
This can be reproduced by cloning https://gist.github.com/ed8a5b157d8644d68ca7.git and running bug.js.
The text was updated successfully, but these errors were encountered: