Luca Casonato
Luca Casonato
To view the entire jsdoc add a button to fold open the rest.
This would result in showing this:  as this: . This would probably be useful for: - Omit - &
So make the `Deno.ListenOptions` type clickable and redirect to https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts#Deno.ListenOptions. This can be handled fully client side. A related super complicated thing would be to make the `Reader` type clickable...
This is super easy to set up, but might require some changes to caching
For known URL types (githubusercontent.com, deno.land/x, jspm.io, pika.dev) add a version selector dropdown. Would be cool if we could share some code with @hayd's [udd](https://github.com/hayd/deno-udd). Mainly this file: https://github.com/hayd/deno-udd/blob/master/registry.ts.
Here is a test case demonstrating the issue: ```rs #[test] fn test_origin_line_numbers_with_fold() { let snippets = Snippet { title: Some(snippet::Annotation { id: None, label: Some("oops"), annotation_type: snippet::AnnotationType::Error, }), footer: vec![],...
```js import { useSWR } from 'https://esm.sh/swr?alias=react:preact/compat&bundle' ``` Results in an error: ``` esbuild: Could not resolve \"react\" (mark it as external to exclude it from the bundle) ```
This causes the event handler to leak.
As a prelude: I realize this is a very invasive change. If you are not interested, feel free to just close the PR. I mostly did this to get a...
This causes a leaking timer, which is not great.