Skip to content

Commit 8ba0470

Browse files
committed
fix: update class-scope.js PR reference from #1407 to #1422 (#1424)
1 parent a8cc76a commit 8ba0470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/benchmarks/resolution/resolution-benchmark.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const THRESHOLDS: Record<string, { precision: number; recall: number }> = {
129129
// total expected now 35. multi-class.js adds 4 class-scoped typeMap edges (#1382) → 39.
130130
// call/apply this-rebinding adds 2 edges (runCallThis→invoker, invoker→handler) and removes
131131
// the false-positive from handler being extracted as a callback arg of .call() (#1405) → 41.
132-
// #1407 adds class-scope.js (bare-call guard), +1 → total 42.
132+
// #1422 adds class-scope.js (bare-call guard), +1 → total 42.
133133
javascript: { precision: 1.0, recall: 0.9 },
134134
// pts-javascript: hand-authored points-to JS fixture (for-of, Set, Array.from, spread) — patterns
135135
// too broad for the main JS fixture. Patterns split per file to prevent intra-fixture FPs.

0 commit comments

Comments
 (0)