nx/docs/generated/devkit/CreateNodesFunction.md
Craigory Coppola 206247f9ad
feat(core): make createNodes async (#20195)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2023-11-13 16:57:20 -05:00

1.2 KiB

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
Returns

CreateNodesResult