ddoc
ddoc copied to clipboard
📑 Offline deno documentation in a desktop app, generated locally
running `deno install -A -f --unstable https://deno.land/x/[email protected]/ddoc.ts` will download all the dependencies, but then fail when compiling the script ``` Check https://deno.land/x/[email protected]/ddoc.ts error: TS1205 [ERROR]: Re-exporting a type when the...
Installation command works fine, however on run of say `ddoc https://deno.land/x/[email protected]/mod.ts` it errors with a 404 error when attempting to get the file `https://deno.land/x/[email protected]/website.js`. 