Home
last modified time | relevance | path

Searched refs:createMultiMap (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/src/services/
DcodeFixProvider.ts3 const errorCodeToFixes = createMultiMap<CodeFixRegistration>();
DexportInfoMap.ts67 const exportInfo = createMultiMap<string, CachedSymbolExportInfo>();
Dservices.ts780 const result = createMultiMap<Declaration>();
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts26 const calledMap = createMultiMap<true>();
36 const calledMap = createMultiMap<[U, V, W, X]>();
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts342 readonly watchedFiles = createMultiMap<Path, TestFileWatcher>();
343 readonly fsWatches = createMultiMap<Path, TestFsWatcher>();
344 readonly fsWatchesRecursive = createMultiMap<Path, TestFsWatcher>();
DfourslashImpl.ts2529 const result = ts.createMultiMap<Range>();
/third_party/typescript/src/compiler/
Dcore.ts1388 const result = createMultiMap<K, V | U>();
1461 export function createMultiMap<K, V>(): MultiMap<K, V>; function
1462 export function createMultiMap<V>(): MultiMap<string, V>;
1463 export function createMultiMap<K, V>(): MultiMap<K, V> {
1504 return createMultiMap() as UnderscoreEscapedMultiMap<T>;
DresolutionCache.ts163 …const nonRelativeExternalModuleResolutions = createMultiMap<ResolutionWithFailedLookupLocations>();
167 const resolvedFileToResolution = createMultiMap<ResolutionWithFailedLookupLocations>();
Dsys.ts332 const fileWatcherCallbacks = createMultiMap<FileWatcherCallback>();
538 …const callbackCache = createMultiMap<Path, { dirName: string; callback: DirectoryWatcherCallback; …
Dprogram.ts1038 let fileReasons = createMultiMap<Path, FileIncludeReason>();
1127 let redirectTargetsMap = createMultiMap<Path, string>();
Demitter.ts863 redirectTargetsMap: createMultiMap(),
Dutilities.ts6587 …(symlinkedDirectoriesByRealpath ||= createMultiMap()).add(ensureTrailingDirectorySeparator(real.re…
/third_party/typescript/src/compiler/transformers/
Dutilities.ts70 const exportSpecifiers = createMultiMap<ExportSpecifier>();
/third_party/typescript/src/services/codefixes/
DimportFixes.ts596 (importMap ||= createMultiMap()).add(getSymbolId(moduleSymbol), i.parent);
602 (importMap ||= createMultiMap()).add(getSymbolId(moduleSymbol), i);
961 const originalSymbolToExportInfos = createMultiMap<SymbolExportInfo>();
DconvertToEsModule.ts515 const map = createMultiMap<Identifier>();
DconvertToAsyncFunction.ts204 const collidingSymbolMap = createMultiMap<Symbol>();
DinferFromUsage.ts914 const props = createMultiMap<Type>();
/third_party/typescript/src/server/
DeditorServices.ts848 this.realpathToScriptInfos = createMultiMap();
2624 projects = createMultiMap();
/third_party/typescript/lib/
DtypingsInstaller.js1392 var result = createMultiMap();
1447 function createMultiMap() { function
1453 ts.createMultiMap = createMultiMap;
1474 return createMultiMap();
6361 var fileWatcherCallbacks = ts.createMultiMap();
6510 var callbackCache = ts.createMultiMap();
20687 …mlinkedDirectoriesByRealpath || (symlinkedDirectoriesByRealpath = ts.createMultiMap())).add(ts.ens…
94841 var exportSpecifiers = ts.createMultiMap();
115486 redirectTargetsMap: ts.createMultiMap(),
121517 var fileReasons = ts.createMultiMap();
[all …]
Dtsc.js1209 var result = createMultiMap();
1259 function createMultiMap() { function
1265 ts.createMultiMap = createMultiMap;
1286 return createMultiMap();
3882 var fileWatcherCallbacks = ts.createMultiMap();
4011 var callbackCache = ts.createMultiMap();
16451 …mlinkedDirectoriesByRealpath || (symlinkedDirectoriesByRealpath = ts.createMultiMap())).add(ts.ens…
80264 var exportSpecifiers = ts.createMultiMap();
95342 redirectTargetsMap: ts.createMultiMap(),
100810 var fileReasons = ts.createMultiMap();
[all …]