Luca Casonato

Results 467 comments of Luca Casonato

They are runs in the "jsshell" global scope - only spidermonkey supports this, and it is not run with wptrunner.

I would prefer that actually. ``` steps: - uses: denolib/setup-deno@v3 with: deno-version: canary ``` ``` steps: - uses: denolib/setup-deno@v3 with: deno-version: 973af61d8bb03c1709f61e456581d58386ed4952 ```

> or running deno info on top of each file, which can be problematic We already do this.

It is meant to be used for modules that have both a Node and a Deno version (for example `//deno` directory and `//node` directory. They would be versioned identically. Separately...

The page has pagination: https://deno.land/x?page=3

> Is there an API call that can be made to list packages that returns JSON? https://github.com/denoland/deno_registry2/blob/main/API.md#get-modules

There is no underline: ![image](https://user-images.githubusercontent.com/7829205/183418537-3469e24a-f363-484d-bc74-27031f80ea9a.png)

Mh, https://deno.land/manual@main/contributing/web_platform_tests works for me.

Why would it not be allowed?