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

Use `LocalElementBuilder` so that `FunctionExpression`s analyze. #660

Closed MichaelRFairhurst closed 5 years ago

MichaelRFairhurst commented 5 years ago

Then we don't have to override ErrorVerifier, reducing coupling.

MichaelRFairhurst commented 5 years ago

Looks like travis is failing because it doesn't test against the analyzer branch.

I'll see if I can fix that first.