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

Method RangeResolvedProjectReference

internal/compiler/program.go:208–210  ·  view source on GitHub ↗
(f func(path tspath.Path, config *tsoptions.ParsedCommandLine, parent *tsoptions.ParsedCommandLine, index int) bool)

Source from the content-addressed store, hash-verified

206}
207
208func (p *Program) RangeResolvedProjectReference(f func(path tspath.Path, config *tsoptions.ParsedCommandLine, parent *tsoptions.ParsedCommandLine, index int) bool) bool {
209 return p.projectReferenceFileMapper.rangeResolvedProjectReference(f)
210}
211
212func (p *Program) RangeResolvedProjectReferenceInChildConfig(
213 childConfig *tsoptions.ParsedCommandLine,

Callers 3

Calls 1

Tested by

no test coverage detected