MCPcopy Create free account
hub / github.com/nodejs/node / directoryOfCombinedPath

Function directoryOfCombinedPath

test/fixtures/snapshot/typescript.js:41452–41456  ·  view source on GitHub ↗
(fileName, basePath)

Source from the content-addressed store, hash-verified

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
41455 return ts.getDirectoryPath(ts.getNormalizedAbsolutePath(fileName, basePath));
41456 }
41457 /**
41458 * Parse the contents of a config file from json or json source file (tsconfig.json).
41459 * @param json The contents of the config file to parse

Callers 3

parseOwnConfigOfJsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected