Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts68 export const packageCollection: Map<string, Array<string>> = new Map(); constant
466 if (packageCollection.has(configFile)) {
467 return packageCollection.get(configFile);
472 packageCollection.set(configFile, [bundleName, moduleName]);