docland
docland copied to clipboard
Module docs not rendering for side effect modules
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.:
- https://deno.land/x/[email protected]/$.ts?doc=
- https://deno.land/x/[email protected]/Object/prototype/$.let.ts?doc=