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

Method warn

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

Source from the content-addressed store, hash-verified

10export interface Logger {
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

Callers 15

configResolvedFunction · 0.65
setupEslintFunction · 0.65
validateRunnerChunkFunction · 0.65
validateChunkImportsFunction · 0.65
stripInternalTypesFunction · 0.65
thirdPartyFunction · 0.65
httpServerStartFunction · 0.65
setClientErrorHandlerFunction · 0.65
resolveEmptyOutDirFunction · 0.65
checkBadCharactersInPathFunction · 0.65

Implementers 1

PartialEnvironmentpackages/vite/src/node/baseEnvironment

Calls

no outgoing calls

Tested by

no test coverage detected