(fileName, isDefaultLib, ignoreNoDefaultLib, reason)
| 117946 | return configFileParsingDiagnostics || ts.emptyArray; |
| 117947 | } |
| 117948 | function processRootFile(fileName, isDefaultLib, ignoreNoDefaultLib, reason) { |
| 117949 | processSourceFile(ts.normalizePath(fileName), isDefaultLib, ignoreNoDefaultLib, /*packageId*/ undefined, reason); |
| 117950 | } |
| 117951 | function fileReferenceIsEqualTo(a, b) { |
| 117952 | return a.fileName === b.fileName; |
| 117953 | } |
no test coverage detected
searching dependent graphs…