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
The set and let keywords are very similar and easy to confuse, leading to accidental shadowing sometimes. In addition, let is already sufficient to disambiguate declaration/binding from assignment, so set doesn't provide any actual value syntactically. We can leave the keyword in but make it optional in the parser, and then later follow up with a lint rule about it.