oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(linter): fill schema with rule configurations
06-01-feat_linter_fill_schema_with_rule_configurations
60 minutes ago
feat(linter): fill schema with rule configurations
06-01-feat_linter_fill_schema_with_rule_configurations
1 hour ago
feat(linter): fill schema with rule configurations
06-01-feat_linter_fill_schema_with_rule_configurations
2 hours ago
feat(linter): fill schema with rule configurations
06-01-feat_linter_fill_schema_with_rule_configurations
2 hours ago
Merge branch 'main' into fix/linter-react-display-name-false-positive
kapobajza:fix/linter-react-display-name-false-positive
3 hours ago
fix(react_compiler): relax rustdoc lints on vendored modules The vendored conversion modules' doc comments reference type names like `Vec<PatternLike>` without backticks, tripping `rustdoc::invalid_html_tags` under the Doc check's `-D warnings`. Allow the rustdoc lints for this crate rather than editing the near-byte-for-byte vendored code.
oxc-react-compiler
4 hours ago
[autofix.ci] apply automated fixes
oxc-react-compiler
5 hours ago
fix(parser): commit to module goal on decorated exports In unambiguous (`.js`) sources, `@foo export default class C { x = await + 1 }` reported a spurious "A module cannot have multiple default exports". A leading decorator makes the statement start with `@`, not `export`, so the eager Module-goal switch from #22684 didn't fire. The `await` identifier in the field initializer then triggered the top-level-await reparse, which re-ran the statement and recorded the `export default` a second time. Commit to the Module goal in `parse_export_declaration` (the single place both leading and decorated exports flow through) so the body parses under `Await` on the first pass, and skip the reparse for module declarations (`!stmt.is_module_declaration()`) since they are recorded on the first pass and are goal-independent. `await` stays correctly reserved in the module.
fix-decorated-export-module-goal
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(linter): fill schema with rule configurations
#22907
2 days ago
90644de
06-01-feat_linter_fill_schema_with_rule_configurations
CodSpeed Performance Gauge
0%
fix(linter/react): `react/display-name` no longer flags arrows that only pass JSX as an argument
#22755
3 hours ago
b443625
kapobajza:fix/linter-react-display-name-false-positive
CodSpeed Performance Gauge
0%
feat(transformer): React Compiler integration
#22942
4 hours ago
7be5594
oxc-react-compiler
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs