demike
demike
Can you prepare a reproducable example? It's next to impossible to solve this problem without one.
@loveJasmine: The error message stems from an empty nomnoml dsl (not a single entity could be found) You can take a look at the generated nomnoml dsl file by using...
take a look at: https://github.com/demike/TsUML2#readme A simple example: ``` tsuml2 --glob "{{YOUR_SOURCE_DIRECTORY}}/**/!(*.d|*.spec).ts" ```
`tsuml2 --glob "./src/**/!(*.d|*.spec).ts` should work for subfolders because of the `**`
I can take a look. Of course it totally makes sense to support types (similarily to interfaces)
@rpocklin I implemented type parsing. But I want to be shure the above error is gone. Can you send me a minimal reproduction of your problem?
That's what I call a minimal reproduction 👍 In this case the problem was that not a single entity could be emitted and therefore nomnoml complained about that. Now an...
Adding this functionality is on my list. I have to investigate the possible relations: https://d3n817fwly711g.cloudfront.net/blog/wp-content/uploads/2012/03/Class-Diagram-Relationships.png Multiplicity ... (open for suggestions)
@rpocklin member associations can be rendered now in v0.6.1 If the member is an array "0..*" is added in addition to the assocation line. Would be nice if you can...
Implemented v0.6.1