Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts49 regularCollection,
224 regularCollection.get(propertiesName), storagePropCollection.get(propertiesName),
260 … stateCollection.get(asExportPropertyName), regularCollection.get(asExportPropertyName),
444 regularCollection.has(CUSTOM_COMPONENT_DEFAULT) ?
445 new Set([...regularCollection.get(CUSTOM_COMPONENT_DEFAULT),
446 ...regularCollection.get(name)]) : regularCollection.get(name),
517 regularCollection.set(component, regularArray);
540 regularCollection.has(name) ||
Dprocess_custom_component.ts68 regularCollection,
122 [COMPONENT_NON_DECORATOR, regularCollection],
Dvalidate_ui_syntax.ts148 export const regularCollection: Map<string, Set<string>> = new Map(); constant
805 regularCollection.set(componentName, ComponentSet.regulars);
Dprocess_component_build.ts165 import { regularCollection } from './validate_ui_syntax';
2295regularCollection.get(componentCollection.currentClassName).has(node.name.escapedText.toString()))…