(filename string)
| 1791 | } |
| 1792 | |
| 1793 | func (p *Program) toPath(filename string) tspath.Path { |
| 1794 | return tspath.ToPath(filename, p.GetCurrentDirectory(), p.UseCaseSensitiveFileNames()) |
| 1795 | } |
| 1796 | |
| 1797 | func (p *Program) GetSourceFile(filename string) *ast.SourceFile { |
| 1798 | path := p.toPath(filename) |
no test coverage detected