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
Was looking at 1 ? 2 : 3 ? 4 : 5 and your tool couldn't help me. raises pitchfork
1 ? 2 : 3 ? 4 : 5
The text was updated successfully, but these errors were encountered:
Good point. http://mothereff.in/operator-precedence#1%20%3F%202%20%3A%203%20%3F%204%20%3A%205%401%20%3F%202%20%3A%20%283%20%3F%204%20%3A%205%29
With the Esprima version this is not an issue: http://esprima.org/demo/precedence.html
Patches welcome :)
Sorry, something went wrong.
No branches or pull requests
Was looking at
1 ? 2 : 3 ? 4 : 5
and your tool couldn't help me. raises pitchforkThe text was updated successfully, but these errors were encountered: