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
LintCode, LintRule, NodeLintRegistry, and LinterContext are public API. (Best effort; these can honestly be under "General availability", but there is conceivably less churn if they are renamed and made public before GA.) These have been renamed or replaced, and also made public: LintCode -> DiagnosticCode; LintRule -> AbstractAnalysisRule, AnalysisRule, and MultiAnalysisRule; NodeLintRegistry -> RuleVisitorRegistry; LinterContext -> RuleContext; also RuleContextUnit.
Tasks needed to deliver a new analyzer plugin system:
Tech preview
dart analyzeand affect the RC #59646MVP (General availability)
Deprecation
Product excellence
dart fix.