XpmBuildConfigurations._buildConfigurationsMap property
Map of build configuration names to their corresponding instances.
Signature
protected readonly _buildConfigurationsMap: Map<string, XpmBuildConfiguration | undefined>;
Remarks
This map serves as the primary configuration registry, populated during collection initialisation with entries for all discovered configurations.
Key characteristics:
- Known only after
XpmBuildConfigurations.initialise()completes. - Possibly empty if there are no build configurations defined.
- Values can be
undefinedto indicate a configuration exists but hasn't been instantiated yet (lazy loading). - For template configurations, contains one entry per expanded combination, not the original template definition.
Configurations transition from undefined to instantiated when first accessed via XpmBuildConfigurations.get(), implementing the lazy evaluation pattern to avoid unnecessary processing.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.