Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts1123 const packageIdToSourceFile = new Map<string, SourceFile>(); constant
3018 const fileFromPackageId = packageIdToSourceFile.get(packageIdKey);
3032 packageIdToSourceFile.set(packageIdKey, file);
/third_party/typescript/lib/
DtypingsInstaller.js121583 var packageIdToSourceFile = new ts.Map();
123281 var fileFromPackageId = packageIdToSourceFile.get(packageIdKey);
123295 packageIdToSourceFile.set(packageIdKey, file);
Dtsc.js100861 var packageIdToSourceFile = new ts.Map();
102316 var fileFromPackageId = packageIdToSourceFile.get(packageIdKey);
102327 packageIdToSourceFile.set(packageIdKey, file);