| 12 | ): Editor; |
| 13 | |
| 14 | interface EditorConfiguration { |
| 15 | mode?: string; |
| 16 | json?: boolean; |
| 17 | readOnly?: boolean; |
| 18 | } |
| 19 | |
| 20 | interface Editor { |
| 21 | getValue(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…