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
If no one is working on this already I'd like to give this a shot. I've spoken with @DanielRosenwasser and have a pretty good idea of how I want to tackle it.
From #587 -
We should give a better, more helpful error message when the ^ operator is used on boolean values.
From the comment:
Given this decision, may I suggest improving the error message to state something akin to the following?
"error TS0000: The ^ operator is not allowed for boolean types. Consider using !== instead."
The text was updated successfully, but these errors were encountered: