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

Function createWatchStatusReporter

src/tstl.ts:20–22  ·  view source on GitHub ↗
(options?: ts.CompilerOptions)

Source from the content-addressed store, hash-verified

18}
19
20function createWatchStatusReporter(options?: ts.CompilerOptions): ts.WatchStatusReporter {
21 return ts.createWatchStatusReporter(ts.sys, shouldBePretty(options));
22}
23
24function executeCommandLine(args: string[]): void {
25 if (args.length > 0 && args[0].startsWith("-")) {

Callers 2

createWatchOfConfigFileFunction · 0.85

Calls 1

shouldBePrettyFunction · 0.85

Tested by

no test coverage detected