Type alias: CreateNodesV2<T>
Ƭ CreateNodesV2<T
>: readonly [projectFilePattern: string, createNodesFunction: CreateNodesFunctionV2<T>]
A pair of file patterns and CreateNodesFunctionV2 In Nx 20 CreateNodes will be replaced with this type. In Nx 21, this type will be removed.
Type parameters
Name | Type |
---|---|
T | unknown |