Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ warn
Method
warn
packages/new-compiler/src/utils/logger.ts:73–75 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
71
}
72
73
warn(...args: any[]) {
74
this.log(
"warn"
, ...args);
75
}
76
77
error(...args: any[]) {
78
this.log(
"error"
, ...args);
Callers
15
index.ts
File · 0.80
showDeprecationWarning
Function · 0.80
getDistinctId
Function · 0.80
_triggerLCPReload
Method · 0.80
init-logger.spec.ts
File · 0.80
determineDistinctId
Function · 0.80
initCICD
Function · 0.80
makePlatformInitializer
Function · 0.80
_legacyEnvVarWarning
Function · 0.80
getBuckets
Function · 0.80
purge.ts
File · 0.80
init.ts
File · 0.80
Calls
1
log
Method · 0.95
Tested by
1
test
Function · 0.64