oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor(formatter): simplify checking multiline block comment
12-04-refactor_formatter_simplify_checking_multiline_block_comment
1 hour ago
refactor(formatter): remove useless code in comment printing
12-04-refactor_formatter_remove_useless_code_in_comment_printing
2 hours ago
refactor(formatter, codegen): use `Comment::newlines` to checking if there is a newline around (#16482) `Comment::preceded_by_newline` is the same as `is_own_line_comment` `Comment::followed_by_newline` is the same as `is_end_of_line_comment` This PR removes `is_own_line_comment` and `is_end_of_line_comment` methods, and changes usages to use `Comment::preceded_by_newline` and `Comment::followed_by_newline` to eliminate extra line break checking.
main
3 hours ago
refactor(formatter): remove format_only_if_breaks and FormatOnlyIfBreaks (#16478) No usages. This method seems to work with Biome's token, but we don't have the token.
main
3 hours ago
refactor(formatter): remove BufferSnapshot (#16476) After https://github.com/oxc-project/oxc/pull/16437, there are no usages of `BufferSnapshot`.
main
3 hours ago
feat(formatter): add debug assertion to ensure that there is no empty content is passed in (#16475) This is for https://github.com/oxc-project/oxc/pull/16474, similar to #16437, but for `Indent`.
main
3 hours ago
perf(formatter): avoid using an indent with a empty content (#16474) Slight improvement; this can avoid inserting useless `FormatElement::Tag(StartIndent)` and `FormatElement::Tag(StartIndent)`.
main
3 hours ago
refactor(formatter): check whether BlockIndent's content is empty in debug mode (#16437) Using `snapshot` to handle empty content is not ideal because it has a slight overhead. Additionally, it should report immediately that there is empty content rather than silencing it, so that we can improve the code to avoid unnecessary logic.
main
3 hours ago
Active Branches
refactor(formatter): simplify checking multiline block comment
last run
1 hour ago
#16481
CodSpeed Performance Gauge
0%
refactor(formatter): remove useless code in comment printing
last run
2 hours ago
#16488
CodSpeed Performance Gauge
0%
perf(all): experiment: add dedicated identifier string type
last run
7 hours ago
#16416
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs