Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dresult_process.ts25 linkCollection,
42 linkCollection.clear();
Dprocess_import.ts34 linkCollection,
173 linkCollection.get(node.expression.escapedText.toString()),
198 setDependencies(asExportName, linkCollection.get(asExportPropertyName),
305 linkCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
306 new Set([...linkCollection.get(CUSTOM_COMPONENT_DEFAULT), ...linkCollection.get(name)]) :
307 linkCollection.get(name),
322 linkCollection.set(component, linkArray);
330 return linkCollection.has(node.escapedText.toString()) ||
Dprocess_custom_component.ts38 linkCollection,
67 [COMPONENT_LINK_DECORATOR, linkCollection],
148 const linkSet: Set<string> = getCollectionSet(name, linkCollection);
429 ...getCollectionSet(customComponentName, linkCollection),
Dprocess_component_class.ts68 linkCollection,
425 const linkParentComponent: string[] = getParentNode(node, linkCollection).slice(1);
Dvalidate_ui_syntax.ts117 export const linkCollection: Map<string, Set<string>> = new Map(); constant
641 linkCollection.set(componentName, ComponentSet.links);