(host, rootNames, defaultOptions)
| 124146 | return result; |
| 124147 | } |
| 124148 | function createSolutionBuilder(host, rootNames, defaultOptions) { |
| 124149 | return createSolutionBuilderWorker(/*watch*/ false, host, rootNames, defaultOptions); |
| 124150 | } |
| 124151 | ts.createSolutionBuilder = createSolutionBuilder; |
| 124152 | function createSolutionBuilderWithWatch(host, rootNames, defaultOptions, baseWatchOptions) { |
| 124153 | return createSolutionBuilderWorker(/*watch*/ true, host, rootNames, defaultOptions, baseWatchOptions); |
nothing calls this directly
no test coverage detected
searching dependent graphs…