Home
last modified time | relevance | path

Searched refs:sourceFilePath (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DconditionCheck.ts60 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
62 Debug.log(sourceFilePath);
DjsDocTagCheck.ts54 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
56 Debug.log(sourceFilePath);
/third_party/typescript/src/compiler/
Dbuilder.ts213 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…
Dprogram.ts3015 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 …]
Dutilities.ts4418 let sourceFilePath = getNormalizedAbsolutePath(fileName, currentDirectory);
4419 …const isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanoni…
4420sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect…
4421 return combinePaths(newDirPath, sourceFilePath);
Dtypes.ts3927 … 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/
DprojectsRunner.ts358 …let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, compilerResult.program!.get… variable
359sourceFilePath = sourceFilePath.replace(compilerResult.program!.getCommonSourceDirectory(), "");
360 …WithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir, sourceFilePath));
/third_party/typescript/src/server/
Dtypes.ts19 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
Dproject.ts351 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
353 Debug.log(sourceFilePath);
/third_party/typescript/src/harness/
DharnessIO.ts500 … let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, result.vfs.cwd());
501sourceFilePath = sourceFilePath.replace(result.program!.getCommonSourceDirectory(), "");
502 sourceFileName = ts.combinePaths(options.outDir, sourceFilePath);
DvirtualFileSystemWithWatch.ts903 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
905 Debug.log(sourceFilePath);
/third_party/typescript/src/services/
Dtypes.ts317 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2130 … 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;
Dtypescript.d.ts2130 … 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/
Dtsc.js13547 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
13548 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
13549sourceFilePath = 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 …]
DtypingsInstaller.js17364 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
17365 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
17366sourceFilePath = 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 …]
Dtypescript.js17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
17571sourceFilePath = 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 …]
DtypescriptServices.js17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
17571sourceFilePath = 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 …]
Dtsserverlibrary.js17569 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
17570 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
17571sourceFilePath = 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 …]
Dtsserver.js17375 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
17376 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
17377sourceFilePath = 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 …]