Home
last modified time | relevance | path

Searched refs:rootPaths (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts3516 const rootPaths = new Set(rootNames.map(toPath)); constant
3519 if (sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
/third_party/typescript/lib/
DtypingsInstaller.js123703 var rootPaths = new ts.Set(rootNames.map(toPath));
123707 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
Dtsc.js102697 var rootPaths = new ts.Set(rootNames.map(toPath));
102700 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {