biome/xtask
2025-12-17 08:19:17 -05:00
..
codegen fix(grit): correct JSX element slot indices for GritQL patterns (#8411) 2025-12-09 16:51:40 +00: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 fix(linter): improve Vue defineProps handling in noVueReservedKeys (#8448) 2025-12-17 08:19:17 -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.