aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

detect private access modifier on method/getter #163

Open atsu85 opened 7 years ago

atsu85 commented 7 years ago

currently when i try to use private field of VM from the template, i'll get a warning: field 'privateField' in type 'MyCustomElement' has private access modifier

It would make sense, to add the same check also for private methods and private property getters.