(file, fileNameConvertor)
| 123016 | } |
| 123017 | ts.fileIncludeReasonToDiagnostics = fileIncludeReasonToDiagnostics; |
| 123018 | function toFileName(file, fileNameConvertor) { |
| 123019 | var fileName = ts.isString(file) ? file : file.fileName; |
| 123020 | return fileNameConvertor ? fileNameConvertor(fileName) : fileName; |
| 123021 | } |
| 123022 | /** |
| 123023 | * Helper that emit files, report diagnostics and lists emitted and/or source files depending on compiler options |
| 123024 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…