Ayo Reis

Results 13 issues of Ayo Reis

![](https://source.unsplash.com/featured/?cute,animal&CHANGE_ME) Hi, I updated the acceptable anchor element algorithm because I needed it for a project but I think it's good to merge upstream. All test pass (one needed updating)...

More info in #208, tldr we should support: - [x] `::before` and `::after` in #213 - [ ] `::file-selector-button` - [ ] `::-webkit-slider-thumb`

enhancement

```typescript // mod.ts export default { fetch() { return new Response("Hello 1\n"); }, } satisfies Deno.ServeDefaultExport; ``` Start the script with `deno serve --parallel --watch mod.ts`, and then edit the...

bug
--watch
serve