(line: string)
| 1351 | ) |
| 1352 | } |
| 1353 | |
| 1354 | const result = { nextIndex: index, diagnostics } |
| 1355 | return match |
| 1356 | ? { ...result, example: { title: match[1].trim(), body: prose, code: joinBody(codeLines) } } |
| 1357 | : result |
| 1358 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…