MCPcopy Index your code
hub / github.com/changesets/changesets / warn

Function warn

packages/logger/src/index.ts:34–36  ·  view source on GitHub ↗
(...args: Array<any>)

Source from the content-addressed store, hash-verified

32}
33
34export function warn(...args: Array<any>) {
35 console.warn(format(args, pc.yellow("warn")));
36}

Callers 12

index.test.tsFile · 0.90
initFunction · 0.90
versionFunction · 0.90
addFunction · 0.90
statusFunction · 0.90
showNonLatestTagWarningFunction · 0.90
publishFunction · 0.90
infoAllow404Function · 0.90
internalPublishFunction · 0.90
getUnpublishedPackagesFunction · 0.90
getOldChangesetsAndWarnFunction · 0.90
parseFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected