Home
last modified time | relevance | path

Searched refs:propCollection (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts40 propCollection,
222 propertyCollection.get(propertiesName), propCollection.get(propertiesName),
258 propCollection.get(asExportPropertyName),
435 propCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
436 new Set([...propCollection.get(CUSTOM_COMPONENT_DEFAULT), ...propCollection.get(name)]) :
437 propCollection.get(name),
505 if (!propCollection.get(component)) {
506 propCollection.set(component, propArray);
536 propCollection.has(name) ||
Dprocess_custom_component.ts67 propCollection,
121 [COMPONENT_PROP_DECORATOR, propCollection],
273 if (propCollection.get(name)) {
274 propsAndObjectLinks.push(...propCollection.get(name));
910 ...getCollectionSet(customComponentName, propCollection)]);
Dvalidate_ui_syntax.ts147 export const propCollection: Map<string, Set<string>> = new Map(); constant
804 propCollection.set(componentName, ComponentSet.props);
1221 propCollection.clear();
1262 ...propCollection.get(className),
Dprocess_component_class.ts105 propCollection
586 const propParentComponent: string[] = getParentNode(node, propCollection).slice(1);