MCPcopy Index your code
hub / github.com/nodejs/node / createSolutionBuilderWithWatch

Function createSolutionBuilderWithWatch

test/fixtures/snapshot/typescript.js:124152–124154  ·  view source on GitHub ↗
(host, rootNames, defaultOptions, baseWatchOptions)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…