| 18 | } |
| 19 | |
| 20 | export interface SourceLocation { |
| 21 | start: Position; |
| 22 | end: Position; |
| 23 | source?: string; |
| 24 | } |
| 25 | |
| 26 | export interface Comment { |
| 27 | multiLine: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…