* Returns the result with affected file
(state, result, affected, emitKind, isPendingEmit, isBuildInfoEmit)
| 120521 | * Returns the result with affected file |
| 120522 | */ |
| 120523 | function toAffectedFileEmitResult(state, result, affected, emitKind, isPendingEmit, isBuildInfoEmit) { |
| 120524 | doneWithAffectedFile(state, affected, emitKind, isPendingEmit, isBuildInfoEmit); |
| 120525 | return { result: result, affected: affected }; |
| 120526 | } |
| 120527 | /** |
| 120528 | * Gets semantic diagnostics for the file which are |
| 120529 | * bindAndCheckDiagnostics (from cache) and program diagnostics |
no test coverage detected