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