docland icon indicating copy to clipboard operation
docland copied to clipboard

The documentation generation website for Deno

Results 40 docland issues
Sort by recently updated
recently updated
newest added

I'm actually not sure what should be fixed here (docland or deno_std), but the end jsdoc close (`**/`) here is escaped in the code by doing `**\/` and it shows...

bug

If I click on `esbuild.BuildOptions` on this docs page (https://doc.deno.land/https://deno.land/x/[email protected]/plugins/esbuild.ts/~/Options), I get sent to a broken page. > Entry not found > > The document entry named "esbuild" was not...

bug

It should check what the latest deno doc version is and error if not using it.

enhancement

https://doc.deno.land/deno/stable/~/Response should just link to MDN rather than having our own rendering. MDN is much higher quality :)

suggestion

https://doc.deno.land/deno/stable/~/Deno.MemoryUsage It would be great if it looked like this: ![image](https://user-images.githubusercontent.com/80/173402529-2d27e57a-7909-4854-8e88-7cb39ceb318a.png) instead of ![image](https://user-images.githubusercontent.com/80/173402691-64ce51d3-f669-4ca4-8721-5ce95012e7cc.png)

enhancement

https://github.com/denoland/deno_doc/issues/215

documentation

In the following example with overloads, deno docs show 3 call signatures but if you try calling the function in vs code, it only shows the first 2 call signatures...

enhancement

https://doc.deno.land/https://deno.land/[email protected]/http/file_server.ts/~/serveDir In the definition of `serveDir` it has a `opts` parameter with `ServeDirOptions` type. The `ServeDirOptions` type is not exported and so it's not possible to see the type. In...

enhancement

https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts https://doc.deno.land/https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts Missing export function? ``` merge_Sorted_Array ,pow_x_n ,html_Entity_Parser ```

bug
needs investigation

I think it'd be nice for visibility if these were interlinked.

enhancement