(emitFileName string)
| 1228 | } |
| 1229 | |
| 1230 | func (p *Program) IsEmitBlocked(emitFileName string) bool { |
| 1231 | return p.hasEmitBlockingDiagnostics.Has(p.toPath(emitFileName)) |
| 1232 | } |
| 1233 | |
| 1234 | func (p *Program) verifyProjectReferences() { |
| 1235 | buildInfoFileName := core.IfElse(!p.Options().SuppressOutputPathCheck.IsTrue(), p.opts.Config.GetBuildInfoFileName(), "") |