You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing my own Deno modules that use npm specifiers as dependencies. Now that this is officially supported and works pretty well, it would be good if we could generate docs from it.
The deno doc command works, so I assumed it work work here. I tried bumping the deno_doc version to no avail. It's because of this comment here: denoland/deno_doc#316 (comment)
deno_doc has no concept of npm dependencies at the moment. All that functionality is only in the CLI.
https://doc.deno.land/npm:express@4
The text was updated successfully, but these errors were encountered: