tplant
tplant copied to clipboard
Typescript to plantuml
TypeScript provides several utility types to facilitate common type transformations. These utilities are available globally. ``` interface Todo { title: string; description: string; completed: boolean; createdAt: number; } class MyTodo...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
PS C:\victor-web\victor-next\apps\victor-next> tplant --input "./src/victor-next/controls/oneUp/*.ts" --output test.svg events.js:291 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) Emitted 'error' event on ClientRequest instance at: at Socket.socketErrorListener...
E.g. > tplant --input test/Playground/Inheritance/*.ts --output test/Playground/Inheritance.svg results in a single box, that describes the Animal class. > tplant --input test/Playground/Inheritance/*.ts --output test/Playground/Inheritance.puml results in: > @startuml class Animal {...
Hi! I have tried using project option, but cannot get it to work. I always get "Missing input file" Any clues? I have tested with a simplified tsconfig (just files,...
Adds option to exclude files. Can close #88
Hi, It could be great to add an option to exclude Typescript files. Example : tplant --input src/**/*.ts --output uml/uml.svg --associations --exclude src/extensions/*.ts My use case is that I have...
As a Dev I need a support for 'types' e.g. type ExampleType = string | Function;
Version tplant: `3.1.1` `Problem` when a class is in a different namespace, the **relation** to that class **is not represented**. `Cause` ``` namespace classes { export abstract class AbstractPrefix {...
## I/O In: ``` npx tplant --input ./**/*.ts --output ./Playground.svg ``` Out: ``` npx: installed 15 in 3.177s events.js:292 throw er; // Unhandled 'error' event ^ Error: socket hang up...