Searched refs:customComponents (Results 1 – 11 of 11) sorted by relevance
56 componentCollection.customComponents.clear();
178 componentCollection.customComponents.add(asExportCollection.get(node.name.getText()));192 componentCollection.customComponents.add(asNameFromParent.get(defaultNameFromParent));202 componentCollection.customComponents.add(CUSTOM_COMPONENT_DEFAULT);509 componentCollection.customComponents.add(component);808 componentCollection.customComponents.add(name);
106 customComponents: Set<string>; property135 customComponents: new Set([]),176 new Set([...INNER_COMPONENT_NAMES, ...componentCollection.customComponents]);178 componentCollection.customComponents.forEach(item => componentInfo.componentNames.add(item));305 componentCollection.customComponents.add(componentName);
356 !(componentCollection.entryComponent || componentCollection.customComponents)) {
564 componentCollection.customComponents.has(569 componentCollection.customComponents.has(
1686 !componentCollection.customComponents.has(temp.expression.name.getText())) {1696 !componentCollection.customComponents.has(temp.expression.getText())) {2619 if (componentCollection.customComponents.has(name)) {2624 } else if (componentCollection.customComponents.has(name)) {2721 new Set([...INNER_COMPONENT_NAMES, ...componentCollection.customComponents]),
772 for (const item of componentCollection.customComponents) {
52 componentCollection.customComponents.clear();
67 componentCollection.customComponents.clear();
336 componentCollection.customComponents.clear();
15 …customComponents=new Set}visit(e){e instanceof o.Tag&&(e.isCustomTag?this.genCustomTag(e):(this.ne…