biome/xtask/codegen
Carson McManus 0fe13fea24
Some checks are pending
Benchmarks CSS / Bench (push) Waiting to run
Benchmarks GraphQL / Bench (push) Waiting to run
Benchmarks JS / Bench (push) Waiting to run
Benchmarks JSON / Bench (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
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (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): parse svelte shorthand props and spread props (#7872)
2025-10-26 12:09:34 -04:00
..
src Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
Cargo.toml Merge remote-tracking branch 'origin/main' into next 2025-10-14 15:51:03 +01:00
css.ungram fix(parse/css): allow @plugin to accept options (#7866) 2025-10-26 11:30:11 -04:00
graphql.ungram feat(graphql_parser): separate binding and reference nodes (#3427) 2024-07-15 12:26:30 +01:00
gritql.ungram fix(grit): broaden GritQL parser support (#4978) 2025-02-04 14:01:43 +00:00
html.ungram feat(parse/html): parse svelte shorthand props and spread props (#7872) 2025-10-26 12:09:34 -04:00
js.ungram feat(grit): match JS object members using spread metavariable $... (#7447) 2025-09-09 14:37:51 +02:00
json.ungram fix(json_parser): handle unterminated strings as bogus values (#2621) 2024-04-28 17:43:30 +02:00
markdown.ungram chore(markdown): better grammar (#5335) 2025-03-13 16:13:06 +00:00
tailwind.ungram feat(parse/tailwind): start implementing lexer/parser (#6986) 2025-07-30 16:01:35 -04:00
yaml.ungram feat(yaml_parser): parse block scalars (#7417) 2025-09-11 23:44:09 +09:00