(scriptInfo: ts.server.ScriptInfo)
| 168 | }); |
| 169 | |
| 170 | function getText(scriptInfo: ts.server.ScriptInfo): string { |
| 171 | const snapshot = scriptInfo.getSnapshot(); |
| 172 | return snapshot.getText(0, snapshot.getLength()); |
| 173 | } |
no test coverage detected
searching dependent graphs…