MCPcopy Index your code
hub / github.com/tinyplex/tinybase / ts

Function ts

gulpfile.mjs:768–780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766};
767
768export const ts = async () => {
769 await tsCheck('src');
770 await tsCheck('test');
771 await tsCheck('site');
772 await execute(
773 'npx svelte-check --workspace src/ui-svelte ' +
774 '--tsconfig svelte.tsconfig.json',
775 );
776 await execute(
777 'npx svelte-check --workspace test/unit/core/ui-svelte ' +
778 '--tsconfig svelte.tsconfig.json',
779 );
780};
781
782export const compileForProd = () => compileModulesForProd();
783

Callers

nothing calls this directly

Calls 2

tsCheckFunction · 0.85
executeFunction · 0.85

Tested by

no test coverage detected