(host, rootNames, defaultOptions, baseWatchOptions)
| 124150 | } |
| 124151 | ts.createSolutionBuilder = createSolutionBuilder; |
| 124152 | function createSolutionBuilderWithWatch(host, rootNames, defaultOptions, baseWatchOptions) { |
| 124153 | return createSolutionBuilderWorker(/*watch*/ true, host, rootNames, defaultOptions, baseWatchOptions); |
| 124154 | } |
| 124155 | ts.createSolutionBuilderWithWatch = createSolutionBuilderWithWatch; |
| 124156 | function createSolutionBuilderState(watch, hostOrHostWithWatch, rootNames, options, baseWatchOptions) { |
| 124157 | var host = hostOrHostWithWatch; |
nothing calls this directly
no test coverage detected
searching dependent graphs…