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

Implement class private and public checking #219

Open
kaleidawave opened this issue Nov 27, 2024 · 0 comments
Open

Implement class private and public checking #219

kaleidawave opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
checking Issues around checking enhancement New feature or request

Comments

@kaleidawave
Copy link
Owner

Currently properties are differentiated between public and private. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties

There are a few things to investigate and finish

  • When they can be accessed which I think is based on the position
  • Whether better diagnostics can be displayed, other that it is missing

Also to investigate: whether publicity should be merged into property

@kaleidawave kaleidawave added enhancement New feature or request checking Issues around checking labels Nov 27, 2024
@kaleidawave kaleidawave self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checking Issues around checking enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant