Skip to content

Context for CreateDependencies

Readonly externalNodes: Record<string, ProjectGraphExternalNode>

The external nodes that have been added to the graph.


Readonly fileMap: FileMap

All files in the workspace


Readonly filesToProcess: FileMap

Files changes since last invocation


Readonly nxJsonConfiguration: NxJsonConfiguration<string[] | "*">

The nx.json configuration from the workspace


Readonly projects: Record<string, ProjectConfiguration>

The configuration of each project in the workspace keyed by project name.


Readonly workspaceRoot: string