oxc-project
oxc
BlogDocsChangelog

fix(linter/no-unused-expression): false positive with satisfies expressions

#14259Merged
Comparing
c/09-30-fix_linter_no-unused-expression_false_positive_with_satisfies_expressions
(
864fa0e
) with
main
(
8217dce
)
CodSpeed Performance Gauge
0%
Untouched
4
Skipped
33

Benchmarks

Skipped (33)

Passed

linter[react.development.js]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
32.9 ms32.9 ms
linter[cal.com.tsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
727.3 ms727.3 ms
linter[binder.ts]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
88.4 ms88.4 ms
linter[RadixUIAdoptionSection.jsx]
tasks/benchmark/benches/linter.rs::linter::bench_linter
CodSpeed Performance Gauge
0%
1.6 ms1.6 ms

Commits

Click on a commit to change the comparison range
Base
main
8217dce
0%
fix(linter/no-unused-expression): false positive with satisfies expressions (#14259) fixes #14248 using `x satisfies never` is a common way to perform an exhaustiveness check. this PR allows satisfies expressions (aligning it with the typescript-eslint rule)
864fa0e
2 months ago
by camc314
© 2025 CodSpeed Technology
Home Terms Privacy Docs