Steve Shaw

Results 1 comments of Steve Shaw

UPDATE: I discovered that specifying Horse.ts does better: > tplant --input test/Playground/Inheritance/Horse.ts --output test/Playground/Horse.puml outputs: > @startuml class Animal { +name: string +move(distanceInMeters?: number): void } class Horse extends Animal...