(filePath: string)
| 36 | * @param filePath |
| 37 | */ |
| 38 | export function filePathToUri(filePath: string): lsp.DocumentUri { |
| 39 | return URI.file(filePath).toString(); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Converts ts.FileTextChanges to lsp.WorkspaceEdit. |
no test coverage detected
searching dependent graphs…