(path tspath.Path)
| 1546 | } |
| 1547 | |
| 1548 | func (p *Program) IsSourceFileDefaultLibrary(path tspath.Path) bool { |
| 1549 | _, ok := p.libFiles[path] |
| 1550 | return ok |
| 1551 | } |
| 1552 | |
| 1553 | func (p *Program) IsGlobalTypingsFile(fileName string) bool { |
| 1554 | if !tspath.IsDeclarationFileName(fileName) { |
no outgoing calls
no test coverage detected