deno_doc
deno_doc copied to clipboard
Generates incorrect type assignment
I recently got tripped up by some generated documentation on the deno package site (which I assume is generated by this library?).
Deno doesn't like the default in the import (guessing because it's a keyword) and it's attempting to assign the type to a const?
https://codesandbox.io/p/sandbox/nice-easley-7dt7y4?file=%2Findex.ts%3A2%2C36
@dsherret could you take a look at this?