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

Validate `[attr.foo.if]`: check type bool, and `[attr.foo]` exists. #624

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

As a bonus, make [attr.foo.if] click-thru navigable to [attr.foo].

Did some cleanup of the way that these binding type names are cut off. The diff is ugly but it's mostly just a simple rename. Previous naming was not clear, and the change required to lop off the 'if' from the name was not easy to clearly add in.