Luca Casonato

Results 258 issues of Luca Casonato

To view the entire jsdoc add a button to fold open the rest.

This would result in showing this: ![image](https://user-images.githubusercontent.com/7829205/79031891-8684f400-7ba2-11ea-964a-c2d5a761c6b9.png) as this: ![image](https://user-images.githubusercontent.com/7829205/79031867-59384600-7ba2-11ea-8c8e-ed55ed70b655.png). 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) ```

bug

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.