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

Split wildcards into a separate class of selector, share base class #569

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

Note: Looking at this code, its actually working incorrectly. It should require a value, and [x*=y] should match attributes with name [x] when it has a value containing "y". However, I'll fix the logic in a different CL.