MCPcopy
hub / github.com/QwikDev/qwik / tscQwikCity

Function tscQwikCity

scripts/tsc.ts:16–24  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

14}
15
16export async function tscQwikCity(config: BuildConfig) {
17 console.log('tsc qwik-city');
18 const result = await execa('tsc', ['-p', join(config.srcQwikCityDir, '..', 'tsconfig.json')], {
19 stdout: 'inherit',
20 });
21 if (result.failed) {
22 panic(`tsc for qwik failed`);
23 }
24}
25
26export async function tsc(config: BuildConfig) {
27 console.log('tsc');

Callers 1

buildFunction · 0.90

Calls 2

joinFunction · 0.90
panicFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…