MCPcopy 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
26export 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

buildFunction · 0.90

Calls 1

panicFunction · 0.90

Tested by

no test coverage detected