MCPcopy Index your code
hub / github.com/microsoft/typescript-go / IsEmitBlocked

Method IsEmitBlocked

internal/compiler/program.go:1230–1232  ·  view source on GitHub ↗
(emitFileName string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

toPathMethod · 0.95
HasMethod · 0.45

Tested by

no test coverage detected