The Project Preprocessor enriches the dependency information with project configuration
Methods
(static) processTree(tree) → {Promise.<object>}
Collects project information and its dependencies to enrich it with project configuration
Parameters:
Name | Type | Description |
---|---|---|
tree |
object | Dependency tree of the project |
Returns:
Promise resolving with the dependency tree and enriched project configuration
- Type
- Promise.<object>