IsSourceFromProjectReference implements checker.Program.
(path tspath.Path)
| 181 | |
| 182 | // IsSourceFromProjectReference implements checker.Program. |
| 183 | func (p *Program) IsSourceFromProjectReference(path tspath.Path) bool { |
| 184 | return p.projectReferenceFileMapper.isSourceFromProjectReference(path) |
| 185 | } |
| 186 | |
| 187 | func (p *Program) GetProjectReferenceFromOutputDts(path tspath.Path) *tsoptions.SourceOutputAndProjectReference { |
| 188 | return p.projectReferenceFileMapper.getProjectReferenceFromOutputDts(path) |
no test coverage detected