biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(css_formatter): preserve raw scss string interpolation (#10388)
main
26 minutes ago
fix(xtask): lift git mode field width to a named constant `validate_tracked_regular_file` was slicing `metadata.get(..6)` with the raw literal 6, even though the byte length is dictated by the documented "100644"/"100755" mode strings already pinned via GIT_REGULAR_FILE_MODE and GIT_EXECUTABLE_FILE_MODE. Introduce GIT_FILE_MODE_LENGTH so the slice carries the same intent as the two adjacent mode constants.
minseong0324:chore/global-types-codegen-pr1
46 minutes ago
fix(markdown_parser): break paragraph at sibling list marker without tab (#10376)
main
1 hour ago
fix(format/html): fix case where comments cause invalid html (#10363)
main
2 hours ago
feat(css_parser): add support for parsing and formatting unknown SCSS/CSS at-rules
db/scss-parser-8
2 hours ago
fix(xtask): reject batch headers with an empty leading object id `parse_batch_header` was discarding the first space-delimited token without validating it, so a desynchronized stream that started a response with a leading space (yielding an empty first split token) would have its trailing tokens silently misread as a well-formed `<sha> blob <size>` response. Bail before reading the kind/size when the first token is missing or empty so a bad header never produces a plausible blob payload.
minseong0324:chore/global-types-codegen-pr1
3 hours ago
fix(xtask): stabilize default-library priority comparisons - BASE_DEFAULT_LIBRARY_FILES.contains comparison was byte-equal even though TypeScript itself treats lib filenames case-insensitively via toFileNameLowerCase. Switch to `eq_ignore_ascii_case` so a future upstream renaming "lib.es6.d.ts" to "lib.ES6.d.ts" cannot silently demote the base file to outside_priority. - sort_by_cached_key was a stable sort over `usize` priorities alone, so files sharing a priority bucket inherited DFS visit order, which itself depends on filesystem readdir order. Add the repo-relative path as a tie-breaker so the emitted GENERATED_SOURCE_FILES table stays bit-identical across OS/file-system boundaries.
minseong0324:chore/global-types-codegen-pr1
5 hours ago
fix(xtask): lift git mode field width to a named constant `validate_tracked_regular_file` was slicing `metadata.get(..6)` with the raw literal 6, even though the byte length is dictated by the documented "100644"/"100755" mode strings already pinned via GIT_REGULAR_FILE_MODE and GIT_EXECUTABLE_FILE_MODE. Introduce GIT_FILE_MODE_LENGTH so the slice carries the same intent as the two adjacent mode constants.
minseong0324:chore/global-types-codegen-pr1
11 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
chore(xtask): scaffold global-types codegen and resolver builder
#10249
11 hours ago
87b0b4f
minseong0324:chore/global-types-codegen-pr1
CodSpeed Performance Gauge
0%
feat(css_parser): add support for parsing and formatting unknown SCSS/CSS at-rules
#10397
7 hours ago
bc30a05
db/scss-parser-8
CodSpeed Performance Gauge
0%
fix(markdown_parser): break paragraph at sibling list marker without tab
#10376
13 hours ago
d92cb3d
jfmcdowell:fix/markdown-ordered-sublist-post-marker-wide-space
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs