oxc-project
oxc
BlogDocsChangelog

Performance History

Latest Results

fix(linter): fix prefer-string-raw fixer producing invalid JS for non-ASCII strings (#16102) The fixer incorrectly used byte length with UTF-16 char_at() to check for trailing backslashes. For strings with non-ASCII characters (e.g., ö, ä, ü), this caused the check to fail, allowing fixes that produce invalid JavaScript like `String.raw\`c:\someöäü\`\` where the backslash escapes the backtick. Fixed by checking trailing backslashes on the decoded string value instead of the raw source, using character iteration instead of byte indexing.
main
4 minutes ago
refactor(formatter): optimize formatting logic for arrow functions and call arguments
11-25-fix_formatter_handle_poor_layout_for_grouped_call_arguments
3 hours ago
[autofix.ci] apply automated fixes
11-24-refactor_formatter_make_format_trait_non-failable
3 hours ago
fix(parser): reject invalid modifiers on parameter properties with binding patterns Fixes #16077
c/11-24-fix_parser_reject_invalid_modifiers_on_parameter_properties_with_binding_patterns
3 hours ago

Active Branches

fix(formatter): handle poor layout for grouped call arguments
last run
3 hours ago
#16093
CodSpeed Performance Gauge
0%
#16036
CodSpeed Performance Gauge
+5%
#16082
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs