Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
export
function
warn(...args: Array<any>) {
35
console.warn(format(args, pc.yellow(
"warn"
)));
36
}
Callers
12
index.test.ts
File · 0.90
init
Function · 0.90
version
Function · 0.90
add
Function · 0.90
status
Function · 0.90
showNonLatestTagWarning
Function · 0.90
publish
Function · 0.90
infoAllow404
Function · 0.90
internalPublish
Function · 0.90
getUnpublishedPackages
Function · 0.90
getOldChangesetsAndWarn
Function · 0.90
parse
Function · 0.90
Calls
1
format
Function · 0.85
Tested by
no test coverage detected