* Get file path from node ID
(nodeId: string)
| 1191 | * Get file path from node ID |
| 1192 | */ |
| 1193 | private getFilePathFromNodeId(nodeId: string): string { |
| 1194 | const node = this.queries.getNodeById(nodeId); |
| 1195 | return node?.filePath || ''; |
| 1196 | } |
| 1197 | |
| 1198 | /** |
| 1199 | * Get language from node ID |