Skip to content
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

No linting for when clause with === #177797

Closed
alexr00 opened this issue Mar 21, 2023 · 1 comment
Closed

No linting for when clause with === #177797

alexr00 opened this issue Mar 21, 2023 · 1 comment
Assignees

Comments

@alexr00
Copy link
Member

alexr00 commented Mar 21, 2023

Testing #177738

The linting shows an error for single-equals and for unclosed parentheses, but there's no error for ===.

@ulugbekna
Copy link
Contributor

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)

cc @ugurcn4

@ulugbekna ulugbekna closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants