Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-20 | chore: enable no-console dlint rule (#25113) | David Sherret | |
2024-07-25 | chore: update to `std@2024.07.19` (#24715) | Asher Gomez | |
2024-07-25 | chore: use `@std` prefix for internal module specifiers (#24543) | Asher Gomez | |
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule. | |||
2024-07-15 | fix(docs): fix some deno.land/manual broken urls (#24557) | Igor Borisoglebski | |
Fixing some broken urls found after the docs migration | |||
2024-06-09 | fix(ext/web): correct string tag for MessageEvent (#24134) | Luca Casonato | |
2024-06-02 | chore: update wpt suite (#24070) | Kenta Moriuchi | |
2024-04-17 | fix: allow WPT to successfully exit using `--exit-zero` (#23418) | Asher Gomez | |
I went with `--exit-zero`. Happy to change to `--no-exit` if feelings are strong. Supercedes #23417 | |||
2024-04-03 | chore: ensure `python@3.11` is installed for WPT tests (#23195) | Asher Gomez | |
This provides a more thorough check of whether the correct Python version is installed for running WPT tests. | |||
2024-04-02 | chore: update `std` submodule to 0.221.0 (#23112) | Asher Gomez | |
2024-03-05 | chore: move `tools/wpt` to `tests/wpt/runner` (#22545) | Asher Gomez | |
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> |