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

detect private access modifier on method/getter #163

Open
atsu85 opened this issue Feb 10, 2017 · 0 comments
Open

detect private access modifier on method/getter #163

atsu85 opened this issue Feb 10, 2017 · 0 comments

Comments

@atsu85
Copy link
Contributor

atsu85 commented Feb 10, 2017

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.

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

No branches or pull requests

2 participants