Searched defs:oldSourceFile (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | program.ts | 1264 for (const oldSourceFile of oldSourceFiles) { constant 1533 const oldSourceFile = oldProgram && oldProgram.getSourceFile(file.fileName); constant 1744 for (const oldSourceFile of oldSourceFiles) { constant
|
/third_party/typescript/src/server/ |
D | project.ts | 1334 const oldSourceFile = oldProgram.getSourceFileByPath(fileName); constant
|
/third_party/typescript/src/services/ |
D | services.ts | 1501 const oldSourceFile = program && program.getSourceFileByPath(path); constant
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 14722 … function hasChangesInResolutions(names, newResolutions, oldResolutions, oldSourceFile, comparer) { argument 129039 function onReleaseOldSourceFile(oldSourceFile, _oldOptions, hasSourceFileByPath) { argument
|
D | tsc.js | 11251 … function hasChangesInResolutions(names, newResolutions, oldResolutions, oldSourceFile, comparer) { argument 107339 function onReleaseOldSourceFile(oldSourceFile, _oldOptions, hasSourceFileByPath) { argument
|