Michael R Fairhurst
Michael R Fairhurst
I thought this worked, but I was wrong: ``` ``` instead it fails silently.
cc @bwilkerson @stereotype441 This should reduce coupling between the plugin & package:analyzer.
The SDK uses golem to track latency of certain tools. Use this to track memory, latency, CPU, etc of our plugin from a whole-stack perspective to catch regressions.
I thought I had seen that ``` `` it stops parsing on the keyword, and ignores the rest. This makes `in` in an `ngFor` harder to diagnose: ``` ``` where...
``` Fuzz Failure import 'package:angular2/angular2.dart'; @Component( selector: 'my-aaa, templateUrl: 'test.html', directives: const [CounterComponent, NgIf, NgFor, NgForm, NgModel]) class ComponentA { List items; Strig header; } @Component( selector: 'my-counter', inputs: const...
Need to determine if this still happens at master, or just the latest published version. ``` 516300408871:PluginEx:NoSuchMethodError:: The getter 'contents' was called on null. Receiver:: null Tried calling:: contents:#0 Object.noSuchMethod...
We should test that when analysis is disabled in the analysis_options.yaml that it also disables angular analysis. And likely we want the ability to turn off angular analysis for some...
Currently ``` @ContentChild(Object) ... ``` results in an error at the definition. Technically, this isn't always broken. I can bind my directives to the injector as type `Object` and they...
I don't know very well how this works, but I think the basics of it is that I may have a component which selects itself based on a tagname, ```...
per review from @scheglov on #458