ddoc icon indicating copy to clipboard operation
ddoc copied to clipboard

📑 Offline deno documentation in a desktop app, generated locally

Results 2 ddoc issues
Sort by recently updated
recently updated
newest added

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`. ![screenshot](https://get.banned.today/4AmhTUF.png)