Skip to content
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

New warnings output under legacyOptimizations spammy #5493

Closed
kevinpschaaf opened this issue Feb 19, 2019 · 1 comment · Fixed by #5494
Closed

New warnings output under legacyOptimizations spammy #5493

kevinpschaaf opened this issue Feb 19, 2019 · 1 comment · Fixed by #5494
Labels

Comments

@kevinpschaaf
Copy link
Member

kevinpschaaf commented Feb 19, 2019

Description

The warnings added for binding to undeclared properties in #5473 miss a few different cases where valid properties can be bound:

  • templatizer "instance properties" (such as the item property in a dom-repeat)
  • methods used in template with no arguments or only literal arguments (e.g. [[noDeps()]] or [[onlyLiterals('foo', 42)]]

Versions

  • Polymer: v3.x (master)
@stale
Copy link

stale bot commented Mar 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant