Searched refs:processProjectReferenceFile (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 1186 …processProjectReferenceFile(fileName, { kind: FileIncludeKind.SourceFromProjectReference, index }); 1192 …processProjectReferenceFile(changeExtension(out, ".d.ts"), { kind: FileIncludeKind.OutputFromProje… 1198 …processProjectReferenceFile(getOutputDeclarationFileName(fileName, parsedRef.commandLine, !host.us… 2856 function processProjectReferenceFile(fileName: string, reason: ProjectReferenceFile) { function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121643 …processProjectReferenceFile(fileName, { kind: ts.FileIncludeKind.SourceFromProjectReference, index… 121649 …processProjectReferenceFile(ts.changeExtension(out, ".d.ts"), { kind: ts.FileIncludeKind.OutputFro… 121656 …processProjectReferenceFile(ts.getOutputDeclarationFileName(fileName, parsedRef.commandLine, !host… 123132 function processProjectReferenceFile(fileName, reason) { function
|
| D | tsc.js | 100908 …processProjectReferenceFile(fileName, { kind: ts.FileIncludeKind.SourceFromProjectReference, index… 100914 …processProjectReferenceFile(ts.changeExtension(out, ".d.ts"), { kind: ts.FileIncludeKind.OutputFro… 100921 …processProjectReferenceFile(ts.getOutputDeclarationFileName(fileName, parsedRef.commandLine, !host… 102188 function processProjectReferenceFile(fileName, reason) { function
|