Searched refs:checkSourceFilesBelongToPath (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 192 checkSourceFilesBelongToPath?: (commonSourceDirectory: string) => void 198 checkSourceFilesBelongToPath?.(options.rootDir); 203 checkSourceFilesBelongToPath?.(commonSourceDirectory);
|
| D | program.ts | 1506 … commonSourceDirectory => checkSourceFilesBelongToPath(emittedFiles, commonSourceDirectory) 3396 …function checkSourceFilesBelongToPath(sourceFiles: readonly SourceFile[], rootDirectory: string): … function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 114904 …tory(options, emittedFiles, currentDirectory, getCanonicalFileName, checkSourceFilesBelongToPath) { argument 114909 …checkSourceFilesBelongToPath === null || checkSourceFilesBelongToPath === void 0 ? void 0 : checkS… 114914 …checkSourceFilesBelongToPath === null || checkSourceFilesBelongToPath === void 0 ? void 0 : checkS… 121946 …tCanonicalFileName, function (commonSourceDirectory) { return checkSourceFilesBelongToPath(emitted… 123599 function checkSourceFilesBelongToPath(sourceFiles, rootDirectory) { function
|
| D | tsc.js | 94815 …tory(options, emittedFiles, currentDirectory, getCanonicalFileName, checkSourceFilesBelongToPath) { argument 94819 …checkSourceFilesBelongToPath === null || checkSourceFilesBelongToPath === void 0 ? void 0 : checkS… 94823 …checkSourceFilesBelongToPath === null || checkSourceFilesBelongToPath === void 0 ? void 0 : checkS… 101183 …tCanonicalFileName, function (commonSourceDirectory) { return checkSourceFilesBelongToPath(emitted… 102596 function checkSourceFilesBelongToPath(sourceFiles, rootDirectory) { function
|