(fileName, position)
| 144626 | host.getSourceFileLike(fileName); |
| 144627 | } |
| 144628 | function toLineColumnOffset(fileName, position) { |
| 144629 | var file = getSourceFileLike(fileName); // TODO: GH#18217 |
| 144630 | return file.getLineAndCharacterOfPosition(position); |
| 144631 | } |
| 144632 | function clearCache() { |
| 144633 | sourceFileLike.clear(); |
| 144634 | documentPositionMappers.clear(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…