Searched refs:rootPaths (Results 1 – 3 of 3) sorted by relevance
3516 const rootPaths = new Set(rootNames.map(toPath)); constant3519 if (sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
123703 var rootPaths = new ts.Set(rootNames.map(toPath));123707 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
102697 var rootPaths = new ts.Set(rootNames.map(toPath));102700 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {