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

Method warnOnce

packages/vite/src/node/logger.ts:13–13  ·  view source on GitHub ↗
(msg: string, options?: LogOptions)

Source from the content-addressed store, hash-verified

11 info(msg: string, options?: LogOptions): void
12 warn(msg: string, options?: LogOptions): void
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

Callers 13

resolveConfigFunction · 0.65
warnOnceMethod · 0.65
warnFutureDeprecationFunction · 0.65
buildOutputOptionsFunction · 0.65
injectSourcesContentFunction · 0.65
respondWithAccessDeniedFunction · 0.65
handlerFunction · 0.65
preImportMapHookFunction · 0.65
urlResolverFunction · 0.65
OnceFunction · 0.65

Implementers 1

PartialEnvironmentpackages/vite/src/node/baseEnvironment

Calls

no outgoing calls

Tested by

no test coverage detected