| 149 | } |
| 150 | |
| 151 | class TreeSitterParsedCommand implements IParsedCommand { |
| 152 | readonly originalCommand: string |
| 153 | // Tree-sitter's startIndex/endIndex are UTF-8 byte offsets, but JS |
| 154 | // String.slice() uses UTF-16 code-unit indices. For ASCII they coincide; |
nothing calls this directly
no outgoing calls
no test coverage detected