Home
last modified time | relevance | path

Searched refs:sourcemapNamesCollection (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts33 sourcemapNamesCollection
136 if (sourcemapNamesCollection && absPath) {
137 let map: Map<string, string> = sourcemapNamesCollection.get(absPath);
Dvalidate_ui_syntax.ts163 export const sourcemapNamesCollection: Map<string, Map<string, string>> = new Map(); constant
1193 if (!sourcemapNamesCollection.has(cleanSourcePath)) {
1194 sourcemapNamesCollection.set(cleanSourcePath, new Map());