Home
last modified time | relevance | path

Searched refs:provideCollection (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts52 provideCollection,
225 storageLinkCollection.get(propertiesName), provideCollection.get(propertiesName),
262provideCollection.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) ||
Dvalidate_ui_syntax.ts151 export const provideCollection: Map<string, Set<string>> = new Map(); constant
808 provideCollection.set(componentName, ComponentSet.provides);
1265 ...provideCollection.get(className),
Dprocess_custom_component.ts71 provideCollection,
123 [COMPONENT_PROVIDE_DECORATOR, provideCollection],