Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dresult_process.ts23 linkCollection,
43 linkCollection.clear();
Dprocess_import.ts35 linkCollection,
221 setDependencies(defaultNameFromParent, linkCollection.get(propertiesName),
256 setDependencies(asExportName, linkCollection.get(asExportPropertyName),
429 linkCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
430 new Set([...linkCollection.get(CUSTOM_COMPONENT_DEFAULT), ...linkCollection.get(name)]) :
431 linkCollection.get(name),
503 linkCollection.set(component, linkArray);
535 return linkCollection.has(name) ||
Dprocess_custom_component.ts66 linkCollection,
120 [COMPONENT_LINK_DECORATOR, linkCollection],
550 const linkSet: Set<string> = getCollectionSet(name, linkCollection);
892 ...getCollectionSet(customComponentName, linkCollection),
Dvalidate_ui_syntax.ts146 export const linkCollection: Map<string, Set<string>> = new Map(); constant
803 linkCollection.set(componentName, ComponentSet.links);
1223 linkCollection.clear();
1261 ...linkCollection.get(className),
Dprocess_component_class.ts102 linkCollection,
585 const linkParentComponent: string[] = getParentNode(node, linkCollection).slice(1);
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts42 linkCollection,
346 linkCollection.clear();