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

Function createCompilerHost

test/fixtures/snapshot/typescript.js:115772–115774  ·  view source on GitHub ↗
(options, setParentNodes)

Source from the content-addressed store, hash-verified

115770 }
115771 ts.computeCommonSourceDirectoryOfFilenames = computeCommonSourceDirectoryOfFilenames;
115772 function createCompilerHost(options, setParentNodes) {
115773 return createCompilerHostWorker(options, setParentNodes);
115774 }
115775 ts.createCompilerHost = createCompilerHost;
115776 /*@internal*/
115777 // TODO(shkamat): update this after reworking ts build API

Callers 1

createProgramFunction · 0.85

Calls 1

createCompilerHostWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…