(options, setParentNodes)
| 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 |
no test coverage detected
searching dependent graphs…