Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_process.ts56 componentCollection.customComponents.clear();
Dprocess_import.ts178 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);
Dvalidate_ui_syntax.ts106 customComponents: Set<string>; property
135 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);
Dprocess_visual.ts356 !(componentCollection.entryComponent || componentCollection.customComponents)) {
Dprocess_component_class.ts564 componentCollection.customComponents.has(
569 componentCollection.customComponents.has(
Dprocess_component_build.ts1686 !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]),
Dprocess_component_member.ts772 for (const item of componentCollection.customComponents) {
/developtools/ace_ets2bundle/compiler/test/
Dtest.ts52 componentCollection.customComponents.clear();
Dtest.js67 componentCollection.customComponents.clear();
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts336 componentCollection.customComponents.clear();
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15customComponents=new Set}visit(e){e instanceof o.Tag&&(e.isCustomTag?this.genCustomTag(e):(this.ne…