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

Function performBuild

src/tstl.ts:88–91  ·  view source on GitHub ↗
(_args: string[])

Source from the content-addressed store, hash-verified

86}
87
88function performBuild(_args: string[]): void {
89 console.log("Option '--build' is not supported.");
90 return ts.sys.exit(ts.ExitStatus.DiagnosticsPresent_OutputsSkipped);
91}
92
93function performCompilation(
94 rootNames: string[],

Callers 1

executeCommandLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected