oxc-project
oxc
BlogDocsChangelog

Performance History

Latest Results

fix(minifier): validate RegExp patterns before marking as pure Invalid RegExp patterns like `RegExp("[")` or invalid flags like `RegExp("a", "xyz")` throw SyntaxError at runtime, so they should not be removed by the minifier. This change uses `oxc_regular_expression` to validate patterns at compile time: - Valid patterns are marked as pure and can be removed when unused - Invalid patterns or non-literal arguments are kept Fixes #18050 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/minifier-regexp-validation
6 minutes ago
[autofix.ci] apply automated fixes
feat/unambiguous-module-parsing
11 minutes ago
perf(mangler): turn off scope_tree_child_ids for SemanticBuilder
01-17-perf_mangler_turn_off_scope_tree_child_ids_for_semanticbuilder
2 hours ago

Active Branches

fix(minifier): validate RegExp patterns before marking as pure
last run
6 minutes ago
#18125
CodSpeed Performance Gauge
0%
#18124
CodSpeed Performance Gauge
0%
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs