Searched refs:componentCollection (Results 1 – 11 of 11) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_process.ts | 21 componentCollection 56 componentCollection.customComponents.clear();
|
| D | validate_ui_syntax.ts | 128 export const componentCollection: ComponentCollection = { constant 176 new Set([...INNER_COMPONENT_NAMES, ...componentCollection.customComponents]); 178 componentCollection.customComponents.forEach(item => componentInfo.componentNames.add(item)); 305 componentCollection.customComponents.add(componentName); 310 componentCollection.entryComponent = componentName; 311 componentCollection.entryComponentPos = node.getStart(); 316 componentCollection.previewComponent.push(componentName); 322 componentCollection.customDialogs.add(componentName); 377 componentCollection.localStorageName = item.getText(); 378 componentCollection.localStorageNode = item; [all …]
|
| D | process_ui_syntax.ts | 92 componentCollection, 235 componentCollection.currentClassName = node.name.getText(); 236 … componentCollection.entryComponent === componentCollection.currentClassName && entryKeyNode(node); 238 componentCollection.currentClassName = null; 382 if (componentCollection.customDialogs.has(componentName)) { 864 if (componentCollection.previewComponent.length === 0 || !projectConfig.isPreview) { 865 if (componentCollection.entryComponent) { 868 createEntryFunction(componentCollection.entryComponent, context, 873 createEntryFunction(componentCollection.entryComponent, context, 884 …createPreviewComponentFunction(componentCollection.entryComponent, context, cardRelativePath, entr… [all …]
|
| D | process_import.ts | 36 componentCollection, 166 asExportCollection, componentCollection.customDialogs); 168 componentCollection.customDialogs.add(node.name.getText()); 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); 804 componentCollection.customDialogs.add(name); 808 componentCollection.customComponents.add(name);
|
| D | process_visual.ts | 23 componentCollection, 356 !(componentCollection.entryComponent || componentCollection.customComponents)) {
|
| D | process_component_class.ts | 101 componentCollection, 177 { hasController: !componentCollection.customDialogs.has(parentComponentName.getText()) }; 564 componentCollection.customComponents.has( 569 componentCollection.customComponents.has(
|
| D | process_component_build.ts | 137 componentCollection, 246 componentCollection.entryComponent === componentCollection.currentClassName; 1654 const isRecycleComponent: boolean = isRecycle(componentCollection.currentClassName); 1686 !componentCollection.customComponents.has(temp.expression.name.getText())) { 1696 !componentCollection.customComponents.has(temp.expression.getText())) { 2295 …regularCollection.get(componentCollection.currentClassName).has(node.name.escapedText.toString()))… 2619 if (componentCollection.customComponents.has(name)) { 2624 } else if (componentCollection.customComponents.has(name)) { 2630 } else if (builderParamObjectCollection.get(componentCollection.currentClassName) && 2631 builderParamObjectCollection.get(componentCollection.currentClassName).has(name)) { [all …]
|
| D | process_component_member.ts | 87 componentCollection, 311 if (componentCollection.customDialogs.has(componentName.getText()) && node.type && 346 if (parentName.getText() === componentCollection.entryComponent && 772 for (const item of componentCollection.customComponents) {
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.ts | 29 componentCollection 52 componentCollection.customComponents.clear();
|
| D | test.js | 29 componentCollection 67 componentCollection.customComponents.clear();
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 44 componentCollection 336 componentCollection.customComponents.clear();
|