biome/xtask
Carson McManus a3a713d576
Some checks are pending
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish CLI (push) Blocked by required conditions
Release / Publish JS API (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
feat(parse/html): support vue directive syntax (#7673)
2025-11-10 07:49:05 -05:00
..
codegen feat(parse/html): support vue directive syntax (#7673) 2025-11-10 07:49:05 -05:00
coverage fix(deps): update rust crates (#7889) 2025-11-07 05:02:34 +00:00
rules_check fix(html/astro): don't indent Astro frontmatter (#8037) 2025-11-08 06:01:27 -05:00
src chore: add edition 2024 to rustfmt.toml (#7591) 2025-09-25 11:21:10 +09:00
Cargo.toml build: upgrade to Rust 2024 edition (#5224) 2025-03-02 10:18:47 +00:00
README.md chore: fix some typos in comments (#2486) 2024-04-17 07:38:09 +01:00

xtask

This directory contains Rust scripts for code generation, running coverage tests and benchmark etc.

Please checkout their respective READMEs for usage instructions.

This xtask crate contains common utilities for working with these scripts. For example, running rustfmt and getting the project root.