MCPcopy Index your code
hub / github.com/nodejs/node / useCaseSensitiveFileNames

Function useCaseSensitiveFileNames

test/fixtures/snapshot/typescript.js:44166–44170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44164 return ts.ensureTrailingDirectorySeparator(ts.combinePaths(root, dir));
44165 }
44166 function useCaseSensitiveFileNames() {
44167 return !state.host.useCaseSensitiveFileNames ? true :
44168 typeof state.host.useCaseSensitiveFileNames === "boolean" ? state.host.useCaseSensitiveFileNames :
44169 state.host.useCaseSensitiveFileNames();
44170 }
44171 function tryLoadInputFileForPath(finalPath, entry, packagePath, isImports) {
44172 var _a, _b, _c, _d;
44173 // Replace any references to outputs for files in the program with the input files to support package self-names used with outDir

Callers 2

tryLoadInputFileForPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…