oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update github-actions
renovate/github-actions
6 minutes ago
feat(oxfmt): Support oxfmtrc overrides
01-16-feat_oxfmt_support_oxfmtrc_overrides
7 minutes ago
docs(linter): Fix formatting of JSON examples in filename-case rule docs. (#18202) Suggested by https://github.com/oxc-project/oxc-project.github.io/pull/802 The contents change is necessary for the JSON to be valid and to fix the problem, as otherwise oxfmt will reformat the to bad-looking version.
main
8 minutes ago
chore(deps): update github-actions
renovate/github-actions
13 minutes ago
docs(linter): Fix formatting for empty-brace-spaces rule example. Add ignore comments to prevent oxfmt/prettier reformatting the example code here.
fmt-fix
13 minutes ago
perf(formatter): use VecDeque for member chain groups (#18094) ## Summary - Replace `Vec` with `VecDeque` for `TailChainGroups` storage - `pop_first()` now uses `pop_front()` which is O(1) instead of O(n) `remove(0)` ## Changes | Operation | Before | After | |-----------|--------|-------| | `pop_first()` | `remove(0)` - O(n) shift | `pop_front()` - O(1) | | `first()` | `first()` | `front()` | | `last()` | `last()` | `back()` | | `push` | `push()` | `push_back()` | ## Impact Improves performance when formatting long member chains like `a.b().c().d().e()` where the first group may be merged with the head. ## Test plan - [x] `cargo test -p oxc_formatter` passes (144 tests) - [x] Prettier conformance unchanged (97.77% js, 96.37% ts) š¤ Generated with [Claude Code](https://claude.com/claude-code)
main
15 minutes ago
chore(deps): update github-actions
renovate/github-actions
21 minutes ago
docs(linter): Fix a mistake in the documentation for prefer-ts-expect-error (#18201) Suggested by https://github.com/oxc-project/oxc-project.github.io/pull/803
main
22 minutes ago
Active Branches
chore(deps): update github-actions
last run
6 minutes ago
#18190
CodSpeed Performance Gauge
0%
feat(oxfmt): Support oxfmtrc `overrides` config
last run
7 minutes ago
#18068
CodSpeed Performance Gauge
0%
feat(linter): Add support for no constructed context values
last run
8 hours ago
#18067
CodSpeed Performance Gauge
0%
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs