(fileName string)
| 38 | } |
| 39 | |
| 40 | func (l *LanguageService) toPath(fileName string) tspath.Path { |
| 41 | return tspath.ToPath(fileName, l.program.GetCurrentDirectory(), l.UseCaseSensitiveFileNames()) |
| 42 | } |
| 43 | |
| 44 | func (l *LanguageService) GetProgram() *compiler.Program { |
| 45 | return l.program |
no test coverage detected