Commit ecc6f81
authored
fix(bench): scan .ts files in import resolution benchmark (#603)
* fix(bench): scan .ts files in import resolution benchmark
The collectImportPairs function only scanned .js files, returning
0 import pairs after the TypeScript migration. Include .ts files
so the benchmark actually exercises import resolution.
Impact: 2 functions changed, 21 affected
* fix(bench): include .tsx files in import resolution scan (#603)
Impact: 2 functions changed, 21 affected1 parent 18c3a8b commit ecc6f81
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments