- Source:
Generate project and dependency trees via translators.
Optionally configure all projects with the projectPreprocessor.
Methods
(static) generateDependencyTree(optionsopt) → {Promise.<object>}
- Source:
Generates a project and dependency tree via translators
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Properties
|
Returns:
Promise resolving to tree object
- Type
- Promise.<object>
(static) generateProjectTree(optionsopt) → {Promise.<object>}
- Source:
Generates a project and dependency tree via translators and configures all projects via the projectPreprocessor
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Properties
|
Returns:
Promise resolving to tree object
- Type
- Promise.<object>