(f func(path tspath.Path, config *tsoptions.ParsedCommandLine, parent *tsoptions.ParsedCommandLine, index int) bool)
| 206 | } |
| 207 | |
| 208 | func (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 | |
| 212 | func (p *Program) RangeResolvedProjectReferenceInChildConfig( |
| 213 | childConfig *tsoptions.ParsedCommandLine, |
no test coverage detected