Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DconditionCheck.ts67 host.getFileCheckedModuleInfo = (sourceFilePath: string) => {
68 Debug.log(sourceFilePath);
75 ….getJsDocNodeCheckedConfig = (jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string) => {
77 Debug.log(sourceFilePath);
DjsdocTag.ts747 host.getFileCheckedModuleInfo = (sourceFilePath: string) => {
748 Debug.log(sourceFilePath);
755 ….getJsDocNodeCheckedConfig = (jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string) => {
757 Debug.log(sourceFilePath);
/third_party/typescript/src/compiler/
Dbuilder.ts202 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 …]
Dprogram.ts3423 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 …]
Dutilities.ts4474 let sourceFilePath = getNormalizedAbsolutePath(fileName, currentDirectory);
4475 …const isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanoni…
4476sourceFilePath = isSourceFileInCommonSourceDirectory ? sourceFilePath.substring(commonSourceDirect…
4477 return combinePaths(newDirPath, sourceFilePath);
/third_party/typescript/src/testRunner/
DprojectsRunner.ts362 …let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, compilerResult.program!.get… variable
363sourceFilePath = sourceFilePath.replace(compilerResult.program!.getCommonSourceDirectory(), "");
364 …WithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir, sourceFilePath));
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts862 …getJsDocNodeCheckedConfig(jsDocFileCheckInfo: FileCheckModuleInfo, sourceFilePath: string): JsDocN…
864 Debug.log(sourceFilePath);
871 getFileCheckedModuleInfo?(sourceFilePath: string): FileCheckModuleInfo {
872 Debug.log(sourceFilePath);
DharnessIO.ts506 … let sourceFilePath = ts.getNormalizedAbsolutePath(sourceFile.fileName, result.vfs.cwd());
507sourceFilePath = sourceFilePath.replace(result.program!.getCommonSourceDirectory(), "");
508 sourceFileName = ts.combinePaths(options.outDir, sourceFilePath);
/third_party/typescript/src/server/
Dproject.ts404 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo…
406 Debug.log(sourceFilePath);
/third_party/typescript/lib/
DtypingsInstaller.js18755 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
18756 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
18757sourceFilePath = 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 …]
Dtsc.js14728 var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory);
14729 …var isSourceFileInCommonSourceDirectory = getCanonicalFileName(sourceFilePath).indexOf(getCanonica…
14730sourceFilePath = 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 …]
Dtsserverlibrary.d.ts10560 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10560 …getJsDocNodeCheckedConfig(jsDocFileCheckedInfo: FileCheckModuleInfo, sourceFilePath: string): JsDo…