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

AccessType is not working in templates #31

Closed
rwecho opened this issue May 13, 2021 · 3 comments · Fixed by #36
Closed

AccessType is not working in templates #31

rwecho opened this issue May 13, 2021 · 3 comments · Fixed by #36

Comments

@rwecho
Copy link

rwecho commented May 13, 2021

{{this.getAccessType}} return empty in templates.

@GillisWerrebrouck
Copy link

It seems as if + (public), - (private) and # (protected) in the UML all lead to private when generating the code in typescript (and possibly other languages as well). I assume this AccessType is the root cause of this bug.

@GillisWerrebrouck
Copy link

Is there an update on when/if this bug will be resolved soon?

@bafolts
Copy link
Owner

bafolts commented Nov 8, 2021

I see these bugs coming in. Trying to find time to work on them. If this only has to be fixed for typescript at first that would help limit the scope and get the fix out faster. I can do fix for typescript only at first. This project is mostly just me and a few other contributors that have shown up over the years. It seems that recently this project has gained in popularity so I plan on spending more of my free time on improvements like this.

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

Successfully merging a pull request may close this issue.

3 participants