-
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
Allow Polymer({})
calls with ES6 class
#5464
Conversation
External copy of cl/228511716
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but can we have a test for this?
Yes, but the test will be funky because this situation is produced by a typescript decorator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if tests are really a hassle, but would be great to have them.
@TimvdLippe found a way to add tests :) |
Chrome 41 failures are in master as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. You can merge. We should address the Chrome 41 failures in a different PR.
External copy of cl/228511716