dart-archive / angular_analyzer_plugin

WORK MOVED TO dart-lang/angular repository
https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
68 stars 13 forks source link

Change behavior to not override analyzer classes where not necessary. #653

Closed MichaelRFairhurst closed 5 years ago

MichaelRFairhurst commented 5 years ago

Work required on the analyzer side to remove AngularErrorVerifier and AngularResolver, but this now decouples most of the rest of the behavior so that removing the former should be simple. Harder will be removing pipes so that AngularResolver can be removed, but that's in the works too.

MichaelRFairhurst commented 5 years ago

blocked on https://github.com/dart-lang/angular_analyzer_plugin/pull/654 it seems