Searched refs:provideCollection (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 52 provideCollection, 225 storageLinkCollection.get(propertiesName), provideCollection.get(propertiesName), 262 … provideCollection.get(asExportPropertyName), consumeCollection.get(asExportPropertyName), 453 provideCollection.has(CUSTOM_COMPONENT_DEFAULT) ? 454 new Set([...provideCollection.get(CUSTOM_COMPONENT_DEFAULT), 455 ...provideCollection.get(name)]) : provideCollection.get(name), 520 provideCollection.set(component, providesArray); 543 provideCollection.has(name) ||
|
| D | validate_ui_syntax.ts | 151 export const provideCollection: Map<string, Set<string>> = new Map(); constant 808 provideCollection.set(componentName, ComponentSet.provides); 1265 ...provideCollection.get(className),
|
| D | process_custom_component.ts | 71 provideCollection, 123 [COMPONENT_PROVIDE_DECORATOR, provideCollection],
|