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
With the exception of `for..of` and `for..in` heads, constant binding
declarations which lack an initializer are syntactically invalid.
Despite this, the warning emitted for the construction suggests that the
problem lies in runtime behavior. In fact, the constant is not
initialized to any value because the code is never evaluated.
Rephrase the warning to more accurately describe the issue.
0 commit comments