Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ warn
Method
warn
packages/core/console/index.ts:21–23 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
19
}
20
21
public warn(message: any): void {
22
// console.warn stub
23
}
24
25
public error(message: any): void {
26
// console.error stub
Callers
15
error
Function · 0.80
warn
Function · 0.80
hmr-accept.ts
File · 0.80
loadAndExtractMap
Function · 0.80
configureForScenes
Method · 0.80
setWindowRootView
Method · 0.80
[clipToBoundsProperty.setNative]
Method · 0.80
addEventListener
Function · 0.80
removeEventListener
Function · 0.80
reloadPage
Function · 0.80
constructor
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected