Type alias: CreateNodesFunction<T>
Ƭ CreateNodesFunction<T
>: (projectConfigurationFile
: string
, options
: T
| undefined
, context
: CreateNodesContext
) => CreateNodesResult
| Promise
<CreateNodesResult
>
A function which parses a configuration file into a set of nodes. Used for creating nodes for the ProjectGraph
Type parameters
Name | Type |
---|---|
T | unknown |
Type declaration
▸ (projectConfigurationFile
, options
, context
): CreateNodesResult
| Promise
<CreateNodesResult
>
Parameters
Name | Type |
---|---|
projectConfigurationFile | string |
options | T | undefined |
context | CreateNodesContext |
Returns
CreateNodesResult
| Promise
<CreateNodesResult
>