Searched refs:dupFile (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/compiler/ |
D | program.ts | 3022 …const dupFile = createRedirectSourceFile(fileFromPackageId, file!, fileName, path, toPath(fileName… constant 3024 addFileToFilesByName(dupFile, path, redirectedPath); 3025 addFileIncludeReason(dupFile, reason); 3027 processingOtherFiles!.push(dupFile); 3028 return dupFile;
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 123285 …var dupFile = createRedirectSourceFile(fileFromPackageId, file, fileName, path, toPath(fileName), … 123287 addFileToFilesByName(dupFile, path, redirectedPath); 123288 addFileIncludeReason(dupFile, reason); 123290 processingOtherFiles.push(dupFile); 123291 return dupFile;
|
D | tsc.js | 102318 …var dupFile = createRedirectSourceFile(fileFromPackageId, file, fileName, path, toPath(fileName), … 102320 addFileToFilesByName(dupFile, path, redirectedPath); 102321 addFileIncludeReason(dupFile, reason); 102323 processingOtherFiles.push(dupFile); 102324 return dupFile;
|