oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
perf(linter): jest/no-confusing-set-timeout: do not lowercase import name (#17324) Lowercasing the imported name here causes allocations and is redundant since then explicitly do a case-insensitive ASCII check afterwards. For most (all?) cases, just doing the case-insensitive check should be fine. (For ASCII, I'm fairly sure these are the same. Of course with Unicode it's much more complicated, but we shouldn't need to worry about that here too much.) +1% on benchmarks. <img width="716" height="433" alt="Screenshot 2025-12-23 at 8 55 24 PM" src="https://github.com/user-attachments/assets/40f1f9e1-72dd-4698-baa4-587fb9d4d361" />
main
3 hours ago
feat(linter/no-nonoctal-decimal-escape): implement suggestion (#17319) Implements fix suggestions for eslint/no-nonoctal-decimal-escape rule. Also fixes several bugs found along the way - Earlier, the single rule caused multiple diagnostics, now it causes only one. - Earlier, the span reported by the rule was just the offset from string start, now it correctly counts from the start of program Some Other Improvements - fixed early return condition from `string.len() <= 1` to `string.len() < 4` - Removed hardcoded references to `8` and made it dynamic based on actual string - fixed faulty null escape logic where "\0abc\8" would also match --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
main
3 hours ago
Merge branch 'main' into oxlint-eslint-no-useless-assignments-redo
mohitk05:oxlint-eslint-no-useless-assignments-redo
4 hours ago
feat(formatter): Support Vitest test functions
12-24-feat_formatter_support_vitest_test_functions
5 hours ago
fix(formatter): Fix Deno() to not detect as test functions
12-24-fix_formatter_fix_deno_to_not_detect_as_test_functions
5 hours ago
fix(formatter): Handle more test functions
12-24-fix_formatter_handle_more_test_functions
6 hours ago
remove is_this_expression helper
armano2:feat/substitute_function_call_bind_this_for_iife
6 hours ago
fix(formatter): Handle more test functions
12-24-fix_formatter_handle_more_test_functions
6 hours ago
Active Branches
feat(linter): Add `eslint/no-useless-assignment`
last run
4 hours ago
#16828
CodSpeed Performance Gauge
-27%
feat(formatter): Support Vitest test functions
last run
5 hours ago
#17340
CodSpeed Performance Gauge
0%
fix(formatter): Fix `Deno()` to not detect as test functions
last run
5 hours ago
#17339
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs