MCPcopy
hub / github.com/vitejs/vite / depsLogString

Function depsLogString

packages/vite/src/node/optimizer/index.ts:512–514  ·  view source on GitHub ↗
(qualifiedIds: string[])

Source from the content-addressed store, hash-verified

510}
511
512export 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

Callers 4

logNewlyDiscoveredDepsFunction · 0.90
rerunFunction · 0.90
optimizeDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected