demike / TsUML2

Generates UML diagrams from TypeScript source code
MIT License
250 stars 33 forks source link

bugfix: retrieve type name by falling back to getAliasSymbol() when getSymbol() is undefined #22

Closed alichry closed 1 year ago

alichry commented 1 year ago

Fixes issue 1 of #21

demike commented 1 year ago

Thanks @alichry !