You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should've linked the parser changes issue -- so basically, we now support === as an alias for == because people use === already in existing when clauses (which were broken)
Testing #177738
The linting shows an error for single-equals and for unclosed parentheses, but there's no error for
===
.The text was updated successfully, but these errors were encountered: