Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stenciljs/core
/ error
Method
error
src/testing/testing-logger.ts:28–32 ·
view source on GitHub ↗
(...msg: any[])
Source
from the content-addressed store, hash-verified
26
}
27
}
28
error(...msg: any[]) {
29
if
(this.isEnabled) {
30
console.error(...msg);
31
}
32
}
33
debug(...msg: any[]) {
34
if
(this.isEnabled) {
35
console.log(...msg);
Callers
15
runBuild
Function · 0.80
benchmark-compile-time.js
File · 0.80
main
Function · 0.80
test-end-to-end-hydrate.js
File · 0.80
compile
Method · 0.80
test-bundle-size.js
File · 0.80
Ee
Function · 0.80
Yg
Function · 0.80
loadPuppeteer
Function · 0.80
buildProject
Function · 0.80
benchmark-runtime.js
File · 0.80
setupDom
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected