Home
last modified time | relevance | path

Searched refs:ComponentSet (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts377 const ComponentSet: IComponentSet = getComponentSet(node, false); constant
382 setDependencies(defaultNameFromParent, ComponentSet.links, ComponentSet.properties,
383 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
384 ComponentSet.storageProps, ComponentSet.storageLinks, ComponentSet.provides,
385 ComponentSet.consumes, ComponentSet.objectLinks, ComponentSet.localStorageLink,
386 ComponentSet.localStorageProp, ComponentSet.builderParamData, ComponentSet.propData, isDETS,
389 … setDependencies(asNameFromParent.get(componentName), ComponentSet.links, ComponentSet.properties,
390 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
391 ComponentSet.storageProps, ComponentSet.storageLinks, ComponentSet.provides,
392 ComponentSet.consumes, ComponentSet.objectLinks, ComponentSet.localStorageLink,
[all …]
Dvalidate_ui_syntax.ts919 const ComponentSet: IComponentSet = getComponentSet(node, judgeInitializeInEntry); constant
920 propertyCollection.set(componentName, ComponentSet.properties);
921 stateCollection.set(componentName, ComponentSet.states);
922 linkCollection.set(componentName, ComponentSet.links);
923 propCollection.set(componentName, ComponentSet.props);
924 regularCollection.set(componentName, ComponentSet.regulars);
925 storagePropCollection.set(componentName, ComponentSet.storageProps);
926 storageLinkCollection.set(componentName, ComponentSet.storageLinks);
927 provideCollection.set(componentName, ComponentSet.provides);
928 consumeCollection.set(componentName, ComponentSet.consumes);
[all …]