(system: TextBlockParam[])
| 196 | } |
| 197 | |
| 198 | function getSystemCharCount(system: TextBlockParam[]): number { |
| 199 | let total = 0 |
| 200 | for (const block of system) { |
| 201 | total += block.text.length |
| 202 | } |
| 203 | return total |
| 204 | } |
| 205 | |
| 206 | function buildDiffableContent( |
| 207 | system: TextBlockParam[], |