demike / TsUML2

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

Add showing optional modifier (?) #24

Closed rustkas closed 1 year ago

rustkas commented 1 year ago

Provides more information about property.

demike commented 1 year ago

Looks good!

Could you add one example? i.e.: secondaryWeapon?: WT to the Viking class in the demo folder https://github.com/demike/TsUML2/blob/5e583a06f983a6b8ced730b825d780bdf528aeeb/src/demo/viking.ts#L9

rustkas commented 1 year ago

Ok. I would do it.

demike commented 1 year ago

Many thanks for the nice contribution!