Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dprocess_ui_syntax.ts19 import { componentCollection } from './validate_ui_syntax';
116 componentCollection.currentClassName = node.name.getText();
118 componentCollection.currentClassName = null;
200 componentCollection.customDialogs.has(node.initializer.expression.getText())) {
446 if (componentCollection.previewComponent.size === 0 || !projectConfig.isPreview) {
447 if (componentCollection.entryComponent) {
449 createEntryFunction(componentCollection.entryComponent, context);
456 createPreviewComponentFunction(componentCollection.entryComponent, context);
466 if (componentCollection.entryComponent === name && componentCollection.localStorageName &&
468 localStorageName = componentCollection.localStorageName;
[all …]
Dvalidate_ui_syntax.ts100 export const componentCollection: ComponentCollection = { constant
143 new Set([...INNER_COMPONENT_NAMES, ...componentCollection.customComponents]);
145 componentCollection.customComponents.forEach(item => componentInfo.componentNames.add(item));
268 componentCollection.customComponents.add(componentName);
273 componentCollection.entryComponent = componentName;
278 componentCollection.previewComponent.add(componentName);
284 componentCollection.customDialogs.add(componentName);
312 componentCollection.entryComponentPos = node.expression.pos;
316 componentCollection.localStorageName = item.getText();
321 componentCollection.localStorageName = null;
Dprocess_import.ts35 componentCollection,
144 componentCollection.customDialogs.add(node.name.getText());
154 componentCollection.customComponents.add(asExportCollection.get(node.name.getText()));
162 componentCollection.customComponents.add(asNameFromParent.get(defaultNameFromParent));
166 componentCollection.customComponents.add('default');
326 componentCollection.customComponents.add(component);
Dpre_process.ts26 componentCollection
67 …if (!(componentCollection.entryComponent || componentCollection.customComponents) || !projectConfi…
Dprocess_component_class.ts67 componentCollection,
131 { hasController: !componentCollection.customDialogs.has(parentComponentName.getText()) };
405 componentCollection.customComponents.has(
410 componentCollection.customComponents.has(
Dprocess_component_build.ts80 import { componentCollection } from './validate_ui_syntax';
155 componentCollection.entryComponent === componentCollection.currentClassName;
1249 if (componentCollection.customComponents.has(name)) {
1254 } else if (componentCollection.customComponents.has(name)) {
1260 } else if (builderParamObjectCollection.get(componentCollection.currentClassName) &&
1261 builderParamObjectCollection.get(componentCollection.currentClassName).has(name)) {
Dprocess_component_member.ts65 componentCollection,
229 if (componentCollection.customDialogs.has(componentName.getText()) && node.type &&
264 if (parentName.getText() === componentCollection.entryComponent &&
591 for (const item of componentCollection.customComponents) {
/developtools/ace-ets2bundle/compiler/test/
Dtest.ts29 componentCollection
52 componentCollection.customComponents.clear();
Dtest.js26 componentCollection
56 componentCollection.customComponents.clear();