These benchmarks were skipped, so their baseline results are used instead. If they were deleted in your codebase, archive them to remove them from the performance reports. Learn more about archiving benchmarks
fix(linter): differentiate static and instance methods in useAdjacentOverloadSignatures
Fixed #8345: useAdjacentOverloadSignatures no longer reports false positives
for static and instance methods with the same name. Static methods and
instance methods are now treated as separate overload groups.
f2f3148
6 days ago
by tt-a1i
-0.03%
fix(linter): keep member kind in overload tracking
- Keep static/instance in key without ignoring interleaving members
- Preserve private names (#f) vs public names
- Add invalid coverage + update snapshots