-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Small refactoring in effect metadata #4782
Conversation
As this PR grew big over time, I am factoring out some of the sub-changes. This makes reviewing easier and make sure that the changes are not all-or-nothing, but pick those that we like. I extracted the |
Since there are potentially breaking changes in this PR, we are likely to consider it for Polymer 3.x. |
Closing the PR for now, but keeping the branch alive. We will revisit this for Polymer 3. |
Refactor effect metadata system with a couple of modifications:
property-effects
. This is primarily a readibility improvement.findTemplateNode
to operate on an array instead of nested objects. This stores significantly less information in a compressed format.Reference Issue
These are preparations #4137