oxc-project
oxc
Instrumentation
Wall Time
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(parser): fix `using` asi (#10504) fixes #10503 ```ts using foo = bar() await using foo = bar() ``` should be parsed as ```ts using; foo = bar() await using; foo = bar() ``` not ```ts using foo = bar() await using foo = bar() ```
main
1 hour ago
fix(parser): fix `using` asi (#10504) fixes #10503 ```ts using foo = bar() await using foo = bar() ``` should be parsed as ```ts using; foo = bar() await using; foo = bar() ``` not ```ts using foo = bar() await using foo = bar() ```
04-19-fix_parser_fix_using_asi
1 hour ago
fix(parser): fix `using` asi fixes #10503 ```ts using foo = bar() await using foo = bar() ``` should be parsed as ```ts using; foo = bar() await using; foo = bar() ``` not ```ts using foo = bar() await using foo = bar() ```
04-19-fix_parser_fix_using_asi
1 hour ago
feat(formatter): fill in implementations
format-arrow
3 hours ago
perf(linter): replace `phf_set` with `array` for `DOM_PROPERTIES_NAMES` (#10501) Related to #10076
main
12 hours ago
perf(linter): replace `phf_set` with `array` for `DOM_PROPERTIES_NAMES` (#10501) Related to #10076
04-19-perf_linter_replace_phf_set_with_array_in_dom_properties_names
12 hours ago
perf(linter): replace phf_set with array in DOM_PROPERTIES_NAMES
04-19-perf_linter_replace_phf_set_with_array_in_dom_properties_names
12 hours ago
perf(linter): replace `phf_set` with `array` for `DOM_ATTRIBUTES_TO_CAMEL` (#10500) Related to #10076
main
13 hours ago
Active Branches
feat(formatter): fill in implementations
last run
3 hours ago
#10397
CodSpeed Performance Gauge
-19%
feat(linter): allow `eqeqeq` to always be dangerously fixable
last run
13 hours ago
#10499
CodSpeed Performance Gauge
N/A
feat(language_server): support multiple workspaces
last run
13 hours ago
#10497
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs