Nicholas Berlette
Nicholas Berlette
The generated example usage code (for importing symbols from the modules) have been erroneous for quite a while now. First off, none of the paths are incorrectly formatted, and always...
When using deno doc for JSON or stdout output, anything I have tagged with `@ignore` or `@internal` is stripped from the generated documentation (as expected). It's not the same for...
When using `deno doc --json`, example code blocks that contain decorators prove to be problematic for the parser. I'm not sure if this problem persists in `--html` or in the...
Version: Deno v1.46.1 I'm unable to import any of the files from my project starting with v1.46. Everything worked fine in v1.45.5. To demonstrate, I've attached a quick screen recording...
**Edit**: @marvinhagemeister was kind enough to transcribe my original lazy screenshot into a bona-fide code snippet below. I've updated the OP to include this snippet for visibility. I've also replaced...
I've been encountering some pretty strange behavior with Deno Doc where generated function doc nodes contain ANSI color sequences like `\u001b[38;5;12m` in their `returnType` fields. I've confirmed this to be...
Hi, I wanted to bring up an issue with the FileType API. Despite its name and documentation suggesting it supports file handling, the implementation is currently just an alias for...
This is a tracking issue for my upcoming DBC toolkit implemented in Rust. See the [monorepo tracking issue](./15) for more details and information about the other changes that will be...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...