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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Recapping #2522: RuleWalker-based rules are slow, so it's generally preferable to use applyWithFunction instead of applyWithWalker.
if folks shouldn't use RuleWalker, it would be good to actively encourage new PRs not to. TSLint could mark them as @deprecated in their doc comments and put // tslint:disable-next-line:deprecation with links to issue(s) tracking converting them to walk functions.
Edit: TwoThree thumbs up from over a month - marking as accepting PRs 😊
The text was updated successfully, but these errors were encountered:
JoshuaKGoldberg
changed the title
Mark RuleWalker and ScopeAwareRuleWalker as deprecated
Mark RuleWalker, ProgramAwareRuleWalker, and ScopeAwareRuleWalker as deprecated
Dec 26, 2018
Recapping #2522:
RuleWalker
-based rules are slow, so it's generally preferable to useapplyWithFunction
instead ofapplyWithWalker
.if folks shouldn't use
RuleWalker
, it would be good to actively encourage new PRs not to. TSLint could mark them as@deprecated
in their doc comments and put// tslint:disable-next-line:deprecation
with links to issue(s) tracking converting them towalk
functions.Edit:
TwoThree thumbs up from over a month - marking as accepting PRs 😊The text was updated successfully, but these errors were encountered: