(qualifiedIds: string[])
| 510 | } |
| 511 | |
| 512 | export function depsLogString(qualifiedIds: string[]): string { |
| 513 | return colors.yellow(qualifiedIds.join(`, `)) |
| 514 | } |
| 515 | |
| 516 | /** |
| 517 | * Internally, Vite uses this function to prepare a optimizeDeps run. When Vite starts, we can get |
no outgoing calls
no test coverage detected