-
Notifications
You must be signed in to change notification settings - Fork 1.7k
optimize usage of observers in MDV and PolymerExpressions #12392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Still an issue? Removed Library-FancySyntax label. |
Yes |
Added this to the M8 milestone. |
this is partially fixed. NodeBinding is smart about not creating yet-another-pathobserer. TemplateIterator is smarter too. Still work to be done:
Removed Library-MDV label. |
Removed Library-Observe label. |
Rafael has been slowly fixing this on the observe-js/TemplateBinding/polymer-expressions side of the world, and we've been porting those changes. I'd say it's good enough at this point. Added Fixed label. |
This issue has been moved to dart-archive/observe#30. |
We often create observers even for silly things, e.g. observing the "value" property of a CompoundBindings. FancySyntax has even more observers. We can skip at least the PathObserver if the thing we're observing just has a ".value"
The text was updated successfully, but these errors were encountered: