You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: