()
| 117502 | } |
| 117503 | } |
| 117504 | function getTypeChecker() { |
| 117505 | return typeChecker || (typeChecker = ts.createTypeChecker(program)); |
| 117506 | } |
| 117507 | function emit(sourceFile, writeFileCallback, cancellationToken, emitOnlyDtsFiles, transformers, forceDtsEmit) { |
| 117508 | ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.push("emit" /* tracing.Phase.Emit */, "emit", { path: sourceFile === null || sourceFile === void 0 ? void 0 : sourceFile.path }, /*separateBeginAndEnd*/ true); |
| 117509 | var result = runWithCancellationToken(function () { return emitWorker(program, sourceFile, writeFileCallback, cancellationToken, emitOnlyDtsFiles, transformers, forceDtsEmit); }); |
no outgoing calls
no test coverage detected