demike / TsUML2

Generates UML diagrams from TypeScript source code
MIT License
266 stars 34 forks source link

added line separator between dsl headers and dsl body #88

Closed phpcoder2022 closed 4 months ago

phpcoder2022 commented 4 months ago

Hello. My pull request fixes the nomnoml bug

STR:

  1. download repo
  2. move to branch bug-launcher
  3. npm i
  4. npm run build
  5. run bash bug/run.sh
  6. see that diagram in bug/uml.svg is wrong

How see action of my fix:

Needly will do after all STR steps:

  1. git ch bug-fix src/core/index.ts
  2. npm run build
  3. run bash bug/run/sh
  4. see that diagram in bug/uml.svg is fine
demike commented 4 months ago

@phpcoder2022 LGTM! Thanks