Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

List which errors polylint detects #136

Open
NicolasRannou opened this issue Jun 2, 2016 · 1 comment
Open

List which errors polylint detects #136

NicolasRannou opened this issue Jun 2, 2016 · 1 comment

Comments

@NicolasRannou
Copy link

It would be so useful to know what Polylint is supposed to report and which errors it can not track down.

  • Undeclared properties: yes
  • Undeclared methods: no

etc.

@NicolasRannou
Copy link
Author

NicolasRannou commented Jun 2, 2016

also, will it detect undeclare properties only in the dom or also in a method call?

<dummy-elt prop="anUndeclaredProp"></dummy-elt> // error reported

vs

hello: function(){
   this.anUndeclaredProp = "something"; // no error reported
 }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant