Searched refs:sourcemapNamesCollection (Results 1 – 2 of 2) sorted by relevance
33 sourcemapNamesCollection136 if (sourcemapNamesCollection && absPath) {137 let map: Map<string, string> = sourcemapNamesCollection.get(absPath);
163 export const sourcemapNamesCollection: Map<string, Map<string, string>> = new Map(); constant1193 if (!sourcemapNamesCollection.has(cleanSourcePath)) {1194 sourcemapNamesCollection.set(cleanSourcePath, new Map());