| 19 | | ModifiedSource; |
| 20 | |
| 21 | export interface TextSource { |
| 22 | kind: "text"; |
| 23 | text: string; |
| 24 | } |
| 25 | |
| 26 | export interface NewlineSource { |
| 27 | kind: "newline"; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…