biome/xtask
2025-11-24 09:25:37 -05:00
..
codegen feat(parse/html/vue): parse v-slot shorthand syntax (#8226) 2025-11-24 09:25:37 -05:00
coverage fix(deps): update rust crates (#8130) 2025-11-17 07:17:47 +00:00
glue chore: expose schema generation function (#8093) 2025-11-13 12:17:23 +00:00
rules_check feat(html/analyze): add useVueValidVBind (#8060) 2025-11-11 13:20:05 -05: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.