Asher Gomez

Results 221 issues of Asher Gomez

We can enforce this programmatically by using the [Standard Library's doc checker](https://github.com/denoland/std/blob/main/_tools/check_docs.ts). The benefits of doing so should be obvious. Hopefully, also by doing so we can prune any redundant...

docs

This appears to not be used anywhere.

`Deno.ServeDefaultExport` now reflects that `deno serve` supports Unix and VSOCK sockets under the hood. https://github.com/denoland/deno/blob/79a9868d5ee7cd8de8484bdebff68bbcba6359fe/ext/http/00_serve.ts#L1130-L1140 Blocked by #29449

Or any other way to locally check the score of the current package. This will help devs improve scores without first having to publish.

suggestion
publish

I think there's a great opportunity for the test coverage explorer (`deno test --coverage` output) to become one of the highlight batteries included in Deno. Its main selling point is...

Output generated from `deno test --coverage`. This is a good first issue.

Output generated from `deno test --coverage`. E.g. results for [`@iuioiua/redis`](https://jsr.io/@iuioiua/redis): 1. [All files view](https://pagespeed.web.dev/analysis/https-redis-coverage-iuioiua-deno-net-index-html/r3fpzjw9zj?form_factor=mobile) 2. [File view](https://pagespeed.web.dev/analysis/https-redis-coverage-iuioiua-deno-net-mod-ts-html/cs3hwloqml?form_factor=mobile) This is a good first issue.

It currently doesn't. Happy to implement. ```sh > deno serve --port=0 y.ts deno serve: Listening on http://0.0.0.0:53470/ ``` ```sh > PORT=0 deno serve main.ts deno serve: Listening on http://0.0.0.0:8000/ ```