oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(formatter_core): purify core and define rules (#22952) The Printer never consumes these; they belong with each language formatter. - Evict `Quote` (each formatter owns `QuoteStyle`) - `normalize_string` takes a quote byte - Evict `Expand` / `BracketSpacing` / `TrailingCommas` into oxc_formatter and oxc_formatter_json - JSON's `TrailingCommas` is now two-variant (`Always`/`Never`) - collapse Prettier's `all`/`es5` at each translation layer - Rename `util/` -> `spec/` (pure shared helpers) - Split `SourceText`: mechanical access stays in core, JS/TS lexis moves to `SourceTextExt` - Drop the `oxc_syntax` dependency from core All behaviros, Prettier conformance are unchanged.
main
51 minutes ago
refactor(formatter_core): purify core and define rules
06-04-refactor_formatter_core_purify_core_and_define_rules
1 hour ago
perf(linter): optimize used disable directive tracking
niieani:bb/perf-unused-disables
1 hour ago
refactor(formatter_core): purify core and define rules
06-04-refactor_formatter_core_purify_core_and_define_rules
1 hour ago
feat(formatter_json): implement jsonc variant (#22912) Implement `oxc_formatter_json`'s `Jsonc` variant. The difference between `json` and `jsonc`: - `jsonc` allows comment only input, `json` does not - `jsonc` refers `trailingComma` option, `json` does not
main
1 hour ago
refactor(formatter_core): purify core and define rules
06-04-refactor_formatter_core_purify_core_and_define_rules
1 hour ago
refactor(formatter_core): purify core and define rules
06-04-refactor_formatter_core_purify_core_and_define_rules
1 hour ago
feat(formatter_json): implement jsonc variant
06-02-feat_formatter_json_implement_jsonc_variant
1 hour ago
Latest Branches
CodSpeed Performance Gauge
0%
refactor(formatter_core): purify core and define rules
#22952
1 hour ago
12a7397
06-04-refactor_formatter_core_purify_core_and_define_rules
CodSpeed Performance Gauge
0%
perf(linter): optimize unused disable directive reporting
#20950
1 hour ago
49f0bb8
niieani:bb/perf-unused-disables
CodSpeed Performance Gauge
0%
feat(formatter_json): implement jsonc variant
#22912
2 days ago
9ddcd1e
06-02-feat_formatter_json_implement_jsonc_variant
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs