Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

feat(lint): new rule: no parameters only used in recursion

#7926Merged
Comparing
matanshavit:feat/no-parameters-only-used-in-recursion
(
7beb492
) with
main
(
7165d06
)
CodSpeed Performance Gauge
0%
Untouched
53
Ignored
2
Skipped
85

Benchmarks

140 total
three.min_17199329737537001178.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
134.8 ms*132.4 ms
compiler_3469143416596620219.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
161 ms*158.4 ms
react.production.min_3378072959512366797.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
1.8 ms*1.8 ms
js_formatter[vue.global.prod_4065256639735990520.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
175 ms*173.5 ms
pixi.min_8151088792683739606.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
120.5 ms*119.5 ms
js_formatter[react.production.min_3378072959512366797.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
6.9 ms*6.9 ms
js_formatter[typescript_5583633924076080079.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
3.5 s*3.4 s
js_analyzer[statement_263793315104667298.ts]
crates/biome_js_analyze/benches/js_analyzer.rs::js_analyzer::bench_analyzer
CodSpeed Performance Gauge
0%
84.4 ms*84.1 ms
vue.global.prod_4065256639735990520.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
45.2 ms*45.1 ms
dojo_11880045762646467684.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
8.8 ms*8.7 ms
ios.d_12216376241674358710.d.ts[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
273.1 ms*272.4 ms
three.min_17199329737537001178.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
145.6 ms*145.3 ms
react-dom.production.min_7131952758041326366.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
34.4 ms*34.3 ms
d3.min_16009850199655599998.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
113.6 ms*113.4 ms
react-dom.production.min_7131952758041326366.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
37.3 ms*37.3 ms
js_analyzer[router_17129688031671448157.ts]
crates/biome_js_analyze/benches/js_analyzer.rs::js_analyzer::bench_analyzer
CodSpeed Performance Gauge
0%
26.8 ms*26.7 ms
typescript_5583633924076080079.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
1 s*1 s
js_formatter[dojo_11880045762646467684.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
27.5 ms*27.4 ms
js_formatter[math_5920422916221598348.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
842.8 ms*842.5 ms
d3.min_16009850199655599998.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
105.2 ms*105.2 ms
checker_6456328407951392140.ts[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
245 ms*244.9 ms
compiler_3469143416596620219.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
141 ms*141 ms
vue.global.prod_4065256639735990520.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
41.9 ms*41.9 ms
tex-chtml-full_561698452596513081.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
262.5 ms*262.5 ms
typescript_5583633924076080079.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
929.7 ms*929.7 ms

Commits

Click on a commit to change the comparison range
Base
main
7165d06
-7.74%
docs: add changeset for noParametersOnlyUsedInRecursion rule
5192632
4 months ago
by matanshavit
+0.37%
feat(lint): add arrow function support to noParametersOnlyUsedInRecursion
9bfd4e7
4 months ago
by matanshavit
+7.31%
refactor(lint): optimize noParametersOnlyUsedInRecursion performance
1f72617
4 months ago
by matanshavit
+0.02%
feat(lint): support assignment expressions in noParametersOnlyUsedInRecursion
8c5950d
4 months ago
by matanshavit
+0.18%
feat(lint): support logical operators in noParametersOnlyUsedInRecursion
5208a38
4 months ago
by matanshavit
-0.16%
docs(lint): add examples for logical operators and optional chaining in noParametersOnlyUsedInRecursion
2eef0e6
4 months ago
by matanshavit
-0.2%
refactor(lint): use let-chain in noParametersOnlyUsedInRecursion
213c001
4 months ago
by matanshavit
+0.05%
Apply suggestions from code review
7beb492
4 months ago
by matanshavit
© 2026 CodSpeed Technology
Home Terms Privacy Docs