EnterTheNameHere / esdoc-monorepo

Monorepo for custom esdoc and all its packages.
Other
7 stars 1 forks source link

@Decorator and code coverage #23

Open Timbuktu1982 opened 1 year ago

Timbuktu1982 commented 1 year ago

Hi EnterTheNameHere, when i use a decorator inside a class, the generated docs has a devaluation of code coverage.

input:

  /**
     * Injected service for process management.
     *
     * @author  Oliver Schmidt < oliver.schmidt@time4innovation.de
     * @since   1.0.0
     * @version 1.0.0
     *
     * @type    {ServiceClass}
     */
    @ServiceInjection 'ProcessManager': ServiceClass;

output: grafik grafik

Following output, when i remove the usage: grafik grafik

I works with node.js19 and typescript.