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

Are there plans to add support for private properties, methods, static properties, and methods in the future? #140

Open
zoono2022 opened this issue Apr 13, 2021 · 1 comment

Comments

@zoono2022
Copy link

With the development of ES, there is class, there is #property, there is static method, and so on. It is also possible to simply implement private methods in a separate module. And so on. Traditional UML can be used." +", "-", "_", "#" (of course, js does not have protected for now) to express.

so : Are there plans to add support for private properties, methods, static properties, and methods in the future?

@ecarriou
Copy link
Member

ecarriou commented May 9, 2021

Thanks for your suggestion. Yes, it is definitely a feature I would like to have for System Designer.

To do this I had to update the runtime (i.e. System Runtime to take advantage of # Symbol. I need to know how to do it properly as I generate class in pure ES5 with prototype.

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