bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
266 stars 34 forks source link

Fuhrmanator/issue109 #121

Closed fuhrmanator closed 5 months ago

fuhrmanator commented 6 months ago

Here's a fix for #109 -- I also updated the usage of Commander and glob.

Lastly, there is a bug fix where functions are being treated as methods (In the component factory). I made it as a separate commit. You may want to treat it separately?

This is a problem especially when a function doesn't belong to a class. The "method" line winds up in a PlantUML file, but it's outside of any class and causes PlantUML to fail.

image