oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(semantic): report error on await-using inside nested static block (#20746) Fixes missing errors on the following case: ```ts class C { static { { await using y = null; } } } ```
main
10 minutes ago
fix(parser): report error on await-using inside nested static block
c/03-25-fix_parser_report_error_on_await-using_inside_nested_static_block
54 minutes ago
refactor(parser): remove `Modifier::is_static()` (#20736) Refactor. Remove `Modifier::is_static` method. It's very simple logic and only used in one place, so just inline it into its one call site.
main
1 hour ago
refactor(parser): remove `Modifier::is_static()`
om/03-23-refactor_parser_remove_modifier_is_static_
1 hour ago
refactor(parser): remove dead code from modifier parsing (#20735) Remove `ModifierFlags::TYPE_PARAM` and `impl TryFrom<Token> for Modifier`. Both are dead code - not used anywhere.
main
1 hour ago
perf(parser): store `Modifiers` on stack
om/03-23-perf_parser_store_modifiers_on_stack
3 hours ago
perf(parser): store `Modifiers` on stack
om/03-23-perf_parser_store_modifiers_on_stack
3 hours ago
perf(parser): add `Modifiers::get` method
om/03-23-perf_parser_add_modifiers_get_method
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(semantic): report error on await-using inside nested static block
#20746
56 minutes ago
6cccc2e
c/03-25-fix_parser_report_error_on_await-using_inside_nested_static_block
CodSpeed Performance Gauge
0%
refactor(parser): remove `Modifier::is_static()`
#20736
2 days ago
f35979d
om/03-23-refactor_parser_remove_modifier_is_static_
CodSpeed Performance Gauge
+3%
perf(parser): store `Modifiers` on stack
#20742
2 days ago
eb566f2
om/03-23-perf_parser_store_modifiers_on_stack
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs