staruml-typescript icon indicating copy to clipboard operation
staruml-typescript copied to clipboard

StarUML TypeScript generator extension for StarUML v3.x

Results 6 staruml-typescript issues
Sort by recently updated
recently updated
newest added

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: ![Capture](https://user-images.githubusercontent.com/44483328/56099620-8a534b80-5f39-11e9-9282-45ed38be0672.PNG) and here's the code generated: /** * */ interface SomeInterface { /** * */ someFunction() : void;...

enhancement

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);`...