Helper module to create a @ui5/project/graph/ProjectGraph
from a directory
- Description:
- Helper module to create a @ui5/project/graph/ProjectGraph from a directory
- Source:
Methods
(static) graphFromObject(options) → {Promise.<@ui5/project/graph/ProjectGraph>}
- Description:
- Generates a @ui5/project/graph/ProjectGraph from the
given
dependencyTree
following the structure of @ui5/project/graph/providers/DependencyTree~TreeNode
- Generates a @ui5/project/graph/ProjectGraph from the
given
- Source:
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Properties
|
Returns:
Promise resolving to a Project Graph instance
- Type
- Promise.<@ui5/project/graph/ProjectGraph>
(static) graphFromPackageDependencies(optionsopt) → {Promise.<@ui5/project/graph/ProjectGraph>}
- Description:
- Generates a @ui5/project/graph/ProjectGraph by resolving dependencies from package.json files and configuring projects from ui5.yaml files
- Source:
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Properties
|
Returns:
Promise resolving to a Project Graph instance
- Type
- Promise.<@ui5/project/graph/ProjectGraph>
(static) graphFromStaticFile(options) → {Promise.<@ui5/project/graph/ProjectGraph>}
- Description:
- Generates a @ui5/project/graph/ProjectGraph from a YAML file following the structure of @ui5/project/graph/providers/DependencyTree~TreeNode. Documentation: Static Dependency Definition
- Source:
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Properties
|
Returns:
Promise resolving to a Project Graph instance
- Type
- Promise.<@ui5/project/graph/ProjectGraph>