Home
last modified time | relevance | path

Searched defs:getCanonicalFileName (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts167 readonly getCanonicalFileName: GetCanonicalFileName; property
173 …const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames ? host.useC… constant
180 const { sourceDirectory, getCanonicalFileName } = info; constant
279 const getCanonicalFileName = hostGetCanonicalFileName(host); constant
340 const getCanonicalFileName = hostGetCanonicalFileName(host); constant
Dwatch.ts134 … const getCanonicalFileName = createGetCanonicalFileName(program.useCaseSensitiveFileNames()); constant
166 … const getCanonicalFileName = createGetCanonicalFileName(program.useCaseSensitiveFileNames()); constant
Dbuilder.ts899 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
1185 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
DwatchPublic.ts288 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
DtsbuildPublic.ts217 readonly getCanonicalFileName: GetCanonicalFileName; property
268 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
290 getCanonicalFileName, constant
Dpath.ts809 …const getCanonicalFileName = typeof getCanonicalFileNameOrIgnoreCase === "function" ? getCanonical… constant
DwatchUtilities.ts48 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
DresolutionCache.ts51 getCanonicalFileName: GetCanonicalFileName; property
Dprogram.ts75 const getCanonicalFileName = createGetCanonicalFileName(system.useCaseSensitiveFileNames); constant
331 getCanonicalFileName(fileName: string): string; method
2932 function getCanonicalFileName(fileName: string): string { function
DcommandLineParser.ts2054 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames); constant
2164 …const getCanonicalFileName = pathOptions && createGetCanonicalFileName(pathOptions.useCaseSensitiv… constant
Demitter.ts728 getCanonicalFileName(fileName: string): string; method
Dutilities.ts4289 getCanonicalFileName(p: string): string; method
4320 const getCanonicalFileName = (f: string) => host.getCanonicalFileName(f); constant
/third_party/typescript/tests/baselines/reference/
DAPISample_Watch.js95 getCanonicalFileName: function (path) { return path; }, method
/third_party/typescript/src/services/
DdocumentRegistry.ts122 const getCanonicalFileName = createGetCanonicalFileName(!!useCaseSensitiveFileNames); constant
Dsourcemaps.ts24 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
DgetEditsForFileRename.ts13 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
Dshims.ts1260 … const getCanonicalFileName = createGetCanonicalFileName(/*useCaseSensitivefileNames:*/ false); constant
Dservices.ts1277 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts523 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts560 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
DreuseProgramStructure.ts121 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
/third_party/typescript/src/services/codefixes/
DimportFixes.ts949 const getCanonicalFileName = hostGetCanonicalFileName(moduleSpecifierResolutionHost); constant
/third_party/typescript/src/harness/
DharnessIO.ts285 export function getCanonicalFileName(fileName: string): string { function
/third_party/typescript/lib/
Dtsc.js1668 function tryRemovePrefix(str, prefix, getCanonicalFileName) { argument
3519 function toPath(fileName, basePath, getCanonicalFileName) { argument
3637 function startsWithDirectory(fileName, directoryName, getCanonicalFileName) { argument
3643 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument
3673 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { argument
3679 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument
3683 …Url(directoryPathOrUrl, relativeOrAbsolutePath, currentDirectory, getCanonicalFileName, isAbsolute… argument
13474 var getCanonicalFileName = function (f) { return host.getCanonicalFileName(f); }; function
13498 …tFilePathWorker(fileName, options, currentDirectory, commonSourceDirectory, getCanonicalFileName) { argument
13546 …NewDirWorker(fileName, newDirPath, currentDirectory, commonSourceDirectory, getCanonicalFileName) { argument
[all …]
DtypingsInstaller.js2020 function tryRemovePrefix(str, prefix, getCanonicalFileName) { argument
5983 function toPath(fileName, basePath, getCanonicalFileName) { argument
6132 function startsWithDirectory(fileName, directoryName, getCanonicalFileName) { argument
6139 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument
6169 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { argument
6175 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument
6179 …Url(directoryPathOrUrl, relativeOrAbsolutePath, currentDirectory, getCanonicalFileName, isAbsolute… argument
17279 var getCanonicalFileName = function (f) { return host.getCanonicalFileName(f); }; function
17303 …tFilePathWorker(fileName, options, currentDirectory, commonSourceDirectory, getCanonicalFileName) { argument
17363 …NewDirWorker(fileName, newDirPath, currentDirectory, commonSourceDirectory, getCanonicalFileName) { argument
[all …]

12