| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 167 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
|
| D | watch.ts | 134 … const getCanonicalFileName = createGetCanonicalFileName(program.useCaseSensitiveFileNames()); constant 166 … const getCanonicalFileName = createGetCanonicalFileName(program.useCaseSensitiveFileNames()); constant
|
| D | builder.ts | 899 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant 1185 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
|
| D | watchPublic.ts | 288 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| D | tsbuildPublic.ts | 217 readonly getCanonicalFileName: GetCanonicalFileName; property 268 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant 290 getCanonicalFileName, constant
|
| D | path.ts | 809 …const getCanonicalFileName = typeof getCanonicalFileNameOrIgnoreCase === "function" ? getCanonical… constant
|
| D | watchUtilities.ts | 48 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| D | resolutionCache.ts | 51 getCanonicalFileName: GetCanonicalFileName; property
|
| D | program.ts | 75 const getCanonicalFileName = createGetCanonicalFileName(system.useCaseSensitiveFileNames); constant 331 getCanonicalFileName(fileName: string): string; method 2932 function getCanonicalFileName(fileName: string): string { function
|
| D | commandLineParser.ts | 2054 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames); constant 2164 …const getCanonicalFileName = pathOptions && createGetCanonicalFileName(pathOptions.useCaseSensitiv… constant
|
| D | emitter.ts | 728 getCanonicalFileName(fileName: string): string; method
|
| D | utilities.ts | 4289 getCanonicalFileName(p: string): string; method 4320 const getCanonicalFileName = (f: string) => host.getCanonicalFileName(f); constant
|
| /third_party/typescript/tests/baselines/reference/ |
| D | APISample_Watch.js | 95 getCanonicalFileName: function (path) { return path; }, method
|
| /third_party/typescript/src/services/ |
| D | documentRegistry.ts | 122 const getCanonicalFileName = createGetCanonicalFileName(!!useCaseSensitiveFileNames); constant
|
| D | sourcemaps.ts | 24 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
|
| D | getEditsForFileRename.ts | 13 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| D | shims.ts | 1260 … const getCanonicalFileName = createGetCanonicalFileName(/*useCaseSensitivefileNames:*/ false); constant
|
| D | services.ts | 1277 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| /third_party/typescript/src/executeCommandLine/ |
| D | executeCommandLine.ts | 523 const getCanonicalFileName = createGetCanonicalFileName(host.useCaseSensitiveFileNames()); constant
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | moduleResolution.ts | 560 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| D | reuseProgramStructure.ts | 121 const getCanonicalFileName = createGetCanonicalFileName(useCaseSensitiveFileNames); constant
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 949 const getCanonicalFileName = hostGetCanonicalFileName(moduleSpecifierResolutionHost); constant
|
| /third_party/typescript/src/harness/ |
| D | harnessIO.ts | 285 export function getCanonicalFileName(fileName: string): string { function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 1668 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 …]
|
| D | typingsInstaller.js | 2020 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 …]
|