-
-
Notifications
You must be signed in to change notification settings - Fork 723
fix(parser): reject invalid assignment operator in assignment targets #15219
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
fix(parser): reject invalid assignment operator in assignment targets #15219
Conversation
CodSpeed Performance ReportMerging #15219 will not alter performanceComparing Summary
Footnotes
|
b2b4324 to
ada7ee9
Compare
55ed2eb to
d6539ee
Compare
Merge activity
|
…#15219) Reject cases like `([a += a] = a)`.
ada7ee9 to
1874b99
Compare
d6539ee to
97ab60d
Compare

Reject cases like
([a += a] = a).