SubMapDeclaration
Extends:
src/ConfigurableInstance.js~ConfigurableInstance → SubMapDeclaration
Declare an available map of dependencies.
Member Summary
| Public Members | ||
| public |
shared: Object<string> The dependencies from the current level that should be shared to the |
|
| public |
subMap: Object<DependencyDeclaration> The map of dependencies. |
|
Public Members
public shared: Object<string> source
The dependencies from the current level that should be shared to the subMap.
Keys are the keys from the subMap, values are the paths to the dependencies to be shared.
