Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_process.ts21 componentCollection
56 componentCollection.customComponents.clear();
Dvalidate_ui_syntax.ts128 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 …]
Dprocess_ui_syntax.ts92 componentCollection,
235 componentCollection.currentClassName = node.name.getText();
236componentCollection.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 …]
Dprocess_import.ts36 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);
Dprocess_visual.ts23 componentCollection,
356 !(componentCollection.entryComponent || componentCollection.customComponents)) {
Dprocess_component_class.ts101 componentCollection,
177 { hasController: !componentCollection.customDialogs.has(parentComponentName.getText()) };
564 componentCollection.customComponents.has(
569 componentCollection.customComponents.has(
Dprocess_component_build.ts137 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 …]
Dprocess_component_member.ts87 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/
Dtest.ts29 componentCollection
52 componentCollection.customComponents.clear();
Dtest.js29 componentCollection
67 componentCollection.customComponents.clear();
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts44 componentCollection
336 componentCollection.customComponents.clear();