Searched refs:sourceFilePath (Results 1 – 13 of 13) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | conditionCheck.ts | 67 host.getFileCheckedModuleInfo = (sourceFilePath: string) => { 68 Debug.log(sourceFilePath); 75 ….getJsDocNodeCheckedConfig = (jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string) => { 77 Debug.log(sourceFilePath);
|
| D | jsdocTag.ts | 747 host.getFileCheckedModuleInfo = (sourceFilePath: string) => { 748 Debug.log(sourceFilePath); 755 ….getJsDocNodeCheckedConfig = (jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string) => { 757 Debug.log(sourceFilePath);
|
| /third_party/typescript/src/compiler/ |
| D | builder.ts | 202 state.fileInfos.forEach((info, sourceFilePath) => { 209 !(oldInfo = oldState!.fileInfos.get(sourceFilePath)) || 215 …rencedMap && referencedMap.getValues(sourceFilePath), oldReferencedMap && oldReferencedMap.getValu… 219 state.changedFilesSet.add(sourceFilePath); 222 const sourceFile = newProgram.getSourceFileByPath(sourceFilePath)!; 228 const diagnostics = oldState!.semanticDiagnosticsPerFile!.get(sourceFilePath); 230 …state.semanticDiagnosticsPerFile!.set(sourceFilePath, oldState!.hasReusableDiagnostic ? convertToD… 234 state.semanticDiagnosticsFromOldState.add(sourceFilePath); 238 const oldEmitSignature = oldState.emitSignatures.get(sourceFilePath); 239 … if (oldEmitSignature) (state.emitSignatures ||= new Map()).set(sourceFilePath, oldEmitSignature); [all …]
|
| D | program.ts | 3423 const sourceFilePath = toPath(refPath); constant 3424 const fromCache = projectReferenceRedirects.get(sourceFilePath); 3434 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 3435 projectReferenceRedirects.set(sourceFilePath, false); 3439 Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 3440 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); 3446 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); 3448 projectReferenceRedirects.set(sourceFilePath, false); 3454 sourceFile.path = sourceFilePath; 3455 sourceFile.resolvedPath = sourceFilePath; [all …]
|
| D | utilities.ts | 4474 let sourceFilePath = getNormalizedAbsolutePath(fileName, currentDirectory); 4475 …const isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanoni… 4476 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 4477 return combinePaths(newDirPath, sourceFilePath);
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 362 …let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, compilerResult.program!.get… variable 363 … sourceFilePath = sourceFilePath.replace(compilerResult.program!.getCommonSourceDirectory(), ""); 364 …WithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir, sourceFilePath));
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 862 …getJsDocNodeCheckedConfig(jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string): JsDocN… 864 Debug.log(sourceFilePath); 871 getFileCheckedModuleInfo?(sourceFilePath: string): FileCheckModuleInfo { 872 Debug.log(sourceFilePath);
|
| D | harnessIO.ts | 506 … let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, result.vfs.cwd()); 507 … sourceFilePath = sourceFilePath.replace(result.program!.getCommonSourceDirectory(), ""); 508 sourceFileName = ts.combinePaths(options.outDir, sourceFilePath);
|
| /third_party/typescript/src/server/ |
| D | project.ts | 404 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo… 406 Debug.log(sourceFilePath);
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 18755 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 18756 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 18757 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 18758 return ts.combinePaths(newDirPath, sourceFilePath); 123620 var sourceFilePath = toPath(refPath); 123621 var fromCache = projectReferenceRedirects.get(sourceFilePath); 123630 … addFileToFilesByName(/*sourceFile*/ undefined, sourceFilePath, /*redirectedPath*/ undefined); 123631 projectReferenceRedirects.set(sourceFilePath, false); 123635 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 123636 addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined); [all …]
|
| D | tsc.js | 14728 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); 14729 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica… 14730 …sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect… 14731 return ts.combinePaths(newDirPath, sourceFilePath); 102616 var sourceFilePath = toPath(refPath); 102617 var fromCache = projectReferenceRedirects.get(sourceFilePath); 102626 addFileToFilesByName(undefined, sourceFilePath, undefined); 102627 projectReferenceRedirects.set(sourceFilePath, false); 102631 ts.Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath); 102632 addFileToFilesByName(sourceFile, sourceFilePath, undefined); [all …]
|
| D | tsserverlibrary.d.ts | 10560 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 10560 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo…
|