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
We've gotten most of the cases, but it'd be good to guard against this explicitly in the codebase.
There are a few times where there were things like the following, which aren't strictly false at runtime, but we prefer to use the enums in the codebase.
if(node.type==='Identifier'){}
An internal lint rule would mean we can add a fixer, and would save us ever having to mention this in code reviews.
The text was updated successfully, but these errors were encountered:
bradzacher
added
awaiting response
Issues waiting for a reply from the OP or another party
tests
anything to do with testing
1 approval
>=1 team member has approved this PR; we're now leaving it open for more reviews before we merge
and removed
1 approval
>=1 team member has approved this PR; we're now leaving it open for more reviews before we merge
tests
anything to do with testing
awaiting response
Issues waiting for a reply from the OP or another party
labels
Jan 23, 2020
We've gotten most of the cases, but it'd be good to guard against this explicitly in the codebase.
There are a few times where there were things like the following, which aren't strictly false at runtime, but we prefer to use the enums in the codebase.
An internal lint rule would mean we can add a fixer, and would save us ever having to mention this in code reviews.
The text was updated successfully, but these errors were encountered: