Replies: 1 comment
-
I have the same problem and have created issue #609 for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried
deno doc --html
with exports properties in a deno.json file to generate static site.However, it looks different with JSR and missing some features for ESM modules (not TS), e.g. module description, "missing-return-type" error.
Is there any command to lint and generate doc like
deno doc
in JSR? Thanks.Beta Was this translation helpful? Give feedback.
All reactions