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

Method clearScreen

packages/vite/src/node/logger.ts:15–15  ·  view source on GitHub ↗
(type: LogType)

Source from the content-addressed store, hash-verified

13 warnOnce(msg: string, options?: LogOptions): void
14 error(msg: string, options?: LogErrorOptions): void
15 clearScreen(type: LogType): void
16 hasErrorLogged(error: Error | RollupError): boolean
17 hasWarned: boolean
18}

Callers 2

clearScreenMethod · 0.65
actionFunction · 0.65

Implementers 1

PartialEnvironmentpackages/vite/src/node/baseEnvironment

Calls

no outgoing calls

Tested by

no test coverage detected