| 60 | } |
| 61 | |
| 62 | class HighlightSegmenter { |
| 63 | private readonly tokens: Token[] |
| 64 | // Two position systems: "visible" (what the user sees, excluding ANSI codes) |
| 65 | // and "string" (raw positions including ANSI codes for substring extraction) |
nothing calls this directly
no outgoing calls
no test coverage detected