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
As @rbuckton point out in PR #4814, we have multiple ways for checking use before definition for many concepts such as this before super, use before declaration for let and const. We should consolidate the checking to be more general purpose that we can extend rather than continuously create new ways of checking
The text was updated successfully, but these errors were encountered:
if we do not have a suggestion for an immediate action, i would close this issue. keeping a backlog of engineering work items never worked in the past :)
As @rbuckton point out in PR #4814, we have multiple ways for checking use before definition for many concepts such as
this
beforesuper
, use before declaration forlet
andconst
. We should consolidate the checking to be more general purpose that we can extend rather than continuously create new ways of checkingThe text was updated successfully, but these errors were encountered: