(x)
| 41447 | } |
| 41448 | ts.setConfigFileInOptions = setConfigFileInOptions; |
| 41449 | function isNullOrUndefined(x) { |
| 41450 | return x === undefined || x === null; // eslint-disable-line no-null/no-null |
| 41451 | } |
| 41452 | function directoryOfCombinedPath(fileName, basePath) { |
| 41453 | // Use the `getNormalizedAbsolutePath` function to avoid canonicalizing the path, as it must remain noncanonical |
| 41454 | // until consistent casing errors are reported |
no test coverage detected