| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | conditionCheck.ts | 60 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => { 62 Debug.log(sourceFilePath);
|
| D | jsDocTagCheck.ts | 54 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => { 56 Debug.log(sourceFilePath);
|
| /third_party/typescript/src/compiler/ |
| D | builder.ts | 213 state.fileInfos.forEach((info, sourceFilePath) => { 220 !(oldInfo = oldState!.fileInfos.get(sourceFilePath)) || 224 …es = referencedMap && referencedMap.get(sourceFilePath), oldReferencedMap && oldReferencedMap.get(… 228 state.changedFilesSet.add(sourceFilePath); 231 const sourceFile = newProgram.getSourceFileByPath(sourceFilePath)!; 237 const diagnostics = oldState!.semanticDiagnosticsPerFile!.get(sourceFilePath); 239 …state.semanticDiagnosticsPerFile!.set(sourceFilePath, oldState!.hasReusableDiagnostic ? convertToD… 243 state.semanticDiagnosticsFromOldState.add(sourceFilePath); 249 …chEntry(oldState!.fileInfos, (info, sourceFilePath) => info.affectsGlobalScope && !state.fileInfos…
|
| D | program.ts | 3015 const sourceFilePath = toPath(refPath); constant 3016 const fromCache = projectReferenceRedirects.get(sourceFilePath); 3026 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 3027 projectReferenceRedirects.set(sourceFilePath, false); 3031 Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 3032 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); 3038 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); 3040 projectReferenceRedirects.set(sourceFilePath, false); 3046 sourceFile.path = sourceFilePath; 3047 sourceFile.resolvedPath = sourceFilePath; [all …]
|
| D | utilities.ts | 4418 let sourceFilePath = getNormalizedAbsolutePath(fileName, currentDirectory); 4419 …const isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanoni… 4420 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 4421 return combinePaths(newDirPath, sourceFilePath);
|
| D | types.ts | 3927 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 4034 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 6372 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 6524 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 358 …let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, compilerResult.program!.get… variable 359 … sourceFilePath = sourceFilePath.replace(compilerResult.program!.getCommonSourceDirectory(), ""); 360 …WithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir, sourceFilePath));
|
| /third_party/typescript/src/server/ |
| D | types.ts | 19 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| D | project.ts | 351 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam { 353 Debug.log(sourceFilePath);
|
| /third_party/typescript/src/harness/ |
| D | harnessIO.ts | 500 … let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, result.vfs.cwd()); 501 … sourceFilePath = sourceFilePath.replace(result.program!.getCommonSourceDirectory(), ""); 502 sourceFileName = ts.combinePaths(options.outDir, sourceFilePath);
|
| D | virtualFileSystemWithWatch.ts | 903 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam { 905 Debug.log(sourceFilePath);
|
| /third_party/typescript/src/services/ |
| D | types.ts | 317 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 2130 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 3099 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 3216 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 5708 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 6772 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 9712 getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| D | typescript.d.ts | 2130 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 3099 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 3216 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 5708 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| /third_party/typescript/lib/ |
| D | tsc.js | 13547 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 13548 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 13549 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 13550 return ts.combinePaths(newDirPath, sourceFilePath); 89299 var sourceFilePath = toPath(refPath); 89300 var fromCache = projectReferenceRedirects.get(sourceFilePath); 89309 addFileToFilesByName(undefined, sourceFilePath, undefined); 89310 projectReferenceRedirects.set(sourceFilePath, false); 89314 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 89315 addFileToFilesByName(sourceFile, sourceFilePath, undefined); [all …]
|
| D | typingsInstaller.js | 17364 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 17365 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 17366 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 17367 return ts.combinePaths(newDirPath, sourceFilePath); 108634 var sourceFilePath = toPath(refPath); 108635 var fromCache = projectReferenceRedirects.get(sourceFilePath); 108644 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 108645 projectReferenceRedirects.set(sourceFilePath, false); 108649 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 108650 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|
| D | typescript.js | 17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 17571 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 17572 return ts.combinePaths(newDirPath, sourceFilePath); 108839 var sourceFilePath = toPath(refPath); 108840 var fromCache = projectReferenceRedirects.get(sourceFilePath); 108849 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 108850 projectReferenceRedirects.set(sourceFilePath, false); 108854 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 108855 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|
| D | typescriptServices.js | 17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 17571 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 17572 return ts.combinePaths(newDirPath, sourceFilePath); 108839 var sourceFilePath = toPath(refPath); 108840 var fromCache = projectReferenceRedirects.get(sourceFilePath); 108849 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 108850 projectReferenceRedirects.set(sourceFilePath, false); 108854 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 108855 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|
| D | tsserverlibrary.js | 17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 17571 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 17572 return ts.combinePaths(newDirPath, sourceFilePath); 108839 var sourceFilePath = toPath(refPath); 108840 var fromCache = projectReferenceRedirects.get(sourceFilePath); 108849 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 108850 projectReferenceRedirects.set(sourceFilePath, false); 108854 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 108855 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|
| D | tsserver.js | 17375 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 17376 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 17377 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 17378 return ts.combinePaths(newDirPath, sourceFilePath); 108645 var sourceFilePath = toPath(refPath); 108646 var fromCache = projectReferenceRedirects.get(sourceFilePath); 108655 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 108656 projectReferenceRedirects.set(sourceFilePath, false); 108660 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 108661 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|