docland icon indicating copy to clipboard operation
docland copied to clipboard

Module docs not rendering for side effect modules

Open mfulton26 opened this issue 2 years ago • 0 comments

I have two modules. Both have @module JSDoc comments. One has export statements, the other does not (side effects only). On deno.land/x, the module docs are rendered for the first module but not the second. How can I get module docs to render for modules that don't contain explicit exports? Thank you.

e.g.:

mfulton26 avatar Aug 07 '23 11:08 mfulton26