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

Function normalizeLog

packages/vite/src/node/build.ts:1197–1198  ·  view source on GitHub ↗
(log: RollupLog | string)

Source from the content-addressed store, hash-verified

1195}
1196
1197const normalizeLog = (log: RollupLog | string): RollupLog =>
1198 typeof log === 'string' ? { message: log } : log
1199
1200export function resolveUserExternal(
1201 user: ExternalOption,

Callers 1

normalizeUserOnWarnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected