(diag: ts.Diagnostic)
| 175 | }); |
| 176 | |
| 177 | function getDiagnosticSourceCode(diag: ts.Diagnostic): string { |
| 178 | return diag.file!.text.substring(diag.start!, diag.start! + diag.length!); |
| 179 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…