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

Fix #641, named arguments are now allowed in angular #665

Closed MichaelRFairhurst closed 5 years ago

MichaelRFairhurst commented 5 years ago

Yep! The analyzer handles them by default, so it's just an additional check to remove. I had simply forgotten to do it for a long time..!

And yep, I didn't make any changes that would stop named arguments, so technically they've been suggested this whole time, would just get flagged if you ever used them.