1.5 KiB
1.5 KiB
Type alias: CreateNodesFunction
Ƭ CreateNodesFunction: (projectConfigurationFile: string, context: CreateNodesContext) => { externalNodes?: Record<string, ProjectGraphExternalNode> ; projects?: Record<string, ProjectConfiguration> }
Type declaration
▸ (projectConfigurationFile, context): Object
A function which parses a configuration file into a set of nodes. Used for creating nodes for the ProjectGraph
Parameters
| Name | Type |
|---|---|
projectConfigurationFile |
string |
context |
CreateNodesContext |
Returns
Object
| Name | Type |
|---|---|
externalNodes? |
Record<string, ProjectGraphExternalNode> |
projects? |
Record<string, ProjectConfiguration> |