staruml-typescript
staruml-typescript copied to clipboard
StarUML TypeScript generator extension for StarUML v3.x
I am using Staruml v4 and when generating java it works but for typescript the directory is empty. Does this extension support v4?
Hi, I still have the same issue as before. Here's my diagram:  and here's the code generated: /** * */ interface SomeInterface { /** * */ someFunction() : void;...
The extensions made here are the most improvements till now, should be reintegrated to main branch
There were performed some fixes, why not to merge it into the main branch
`!elem._parent instanceof type.UMLInterface` leads to negating the `elem._parent` and then doing the `instanceof` check, which will always result in `false`. Always returning `false` will lead to `var _modifiers = this.getModifiers(elem);`...