Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/QwikDev/qwik
/ tsc
Function
tsc
scripts/tsc.ts:26–34 ·
view source on GitHub ↗
(config: BuildConfig)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
async
function
tsc(config: BuildConfig) {
27
console.log(
'tsc'
);
28
const
result =
await
execa(
'tsc'
, {
29
stdout:
'inherit'
,
30
});
31
if
(result.failed) {
32
panic(`tsc failed`);
33
}
34
}
Callers
1
build
Function · 0.90
Calls
1
panic
Function · 0.90
Tested by
no test coverage detected