Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts3105 const rootPaths = new Set(rootNames.map(toPath)); constant
3108 if (sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
/third_party/typescript/lib/
Dtsc.js89377 var rootPaths = new ts.Set(rootNames.map(toPath));
89380 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
DtypingsInstaller.js108714 var rootPaths = new ts.Set(rootNames.map(toPath));
108718 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
Dtypescript.js108919 var rootPaths = new ts.Set(rootNames.map(toPath));
108923 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
DtypescriptServices.js108919 var rootPaths = new ts.Set(rootNames.map(toPath));
108923 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
Dtsserverlibrary.js108919 var rootPaths = new ts.Set(rootNames.map(toPath));
108923 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {
Dtsserver.js108725 var rootPaths = new ts.Set(rootNames.map(toPath));
108729 if (ts.sourceFileMayBeEmitted(file, program) && !rootPaths.has(file.path)) {