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 an alternative we should recommend a linter rule. TSLint's one seemingly doesn't cover all cases. We should try ESLint's no-use-before-define, or provide a new rule.
As was discussed in Discord a while back.
As an alternative we should recommend a linter rule. TSLint's one seemingly doesn't cover all cases. We should try ESLint's
no-use-before-define, or provide a new rule.