Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/changesets/changesets
/ log
Function
log
packages/logger/src/index.ts:26–28 ·
view source on GitHub ↗
(...args: Array<any>)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
log(...args: Array<any>) {
27
console.log(format(args));
28
}
29
30
export
function
success(...args: Array<any>) {
31
console.log(format(args, pc.green(
"success"
)));
Callers
15
index.test.ts
File · 0.90
init
Function · 0.90
version
Function · 0.90
add
Function · 0.90
confirmMajorRelease
Function · 0.90
createChangeset
Function · 0.90
printConfirmationMessage
Function · 0.90
status
Function · 0.90
SimplePrint
Function · 0.90
verbosePrint
Function · 0.90
tag
Function · 0.90
logReleases
Function · 0.90
Calls
1
format
Function · 0.85
Tested by
no test coverage detected