/** * Benchmarks for scanFile pattern matching — verifies that reusing the * precompiled pattern regexes is faster than recompiling them via * `new RegExp(source, flags)` for every file. * * Run with: pnpm vitest bench */ export {}; //# sourceMappingURL=scanFile.bench.d.ts.map