Matan Lurey

Results 223 comments of Matan Lurey

BTW, I'm not sure about `nullIfMissing`, since I _prefer_ https://github.com/dart-lang/angular/issues/553.

FYI: This was accepted, but will not be done for 5.x. Targeting >=5.1, remove old APIs in 6.0.

One idea: Start with everything optimized instead of opting-out of deopts.

To clarify, this would be a new issue - we would treat _any_ subclass of `Element` as valid.

To clarify further, we either only want to do this for injection or make additional changes to "fix" queries too. Queries are trickier, because we currently don't store elements as...

So I looked into this today ... it's hard. For instance variables (i.e. `bar`), we have enough compile-time analysis to say, hey, `bar` is a `PropertyRead`, whose expression is a...

We talked a bit offline, but if we do this, it won't be until 5.1+. A likely story would be adding support for ``, but making it optional, and potentially...

```html I am a thing ``` We could solve this with `@supressXXX` or rename to ``.

Even if we kept this just at a warning, it might be pretty annoying to see over and over during builds. It might be worth it though? @nshahan @TedSander

I mean, I'm sure folks _do_ it, but I'm not sure on purpose.