MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / forkWatchProcess

Function forkWatchProcess

test/cli/watch.spec.ts:24–27  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

22}
23
24function forkWatchProcess(args: string[]): void {
25 const child = forkCli(["--watch", ...args]);
26 testsCleanup.push(() => child.kill());
27}
28
29const watchedFile = path.join(__dirname, "./watch/watch.ts");
30const watchedFileOut = watchedFile.replace(".ts", ".lua");

Callers 1

watch.spec.tsFile · 0.85

Calls 1

forkCliFunction · 0.90

Tested by

no test coverage detected