| 1 | interface SourceText { |
| 2 | /** |
| 3 | * Identifier of an input that was used as a grammarSource in parse(). |
| 4 | */ |
| 5 | readonly source: GrammarSource; |
| 6 | /** Source text of the input. */ |
| 7 | readonly text: string; |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected