template-lint icon indicating copy to clipboard operation
template-lint copied to clipboard

detect private access modifier on method/getter

Open atsu85 opened this issue 8 years ago • 0 comments

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.

atsu85 avatar Feb 10 '17 19:02 atsu85