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