Interface: CreateDependenciesContext

Context for CreateDependencies

Table of contents

Properties

Properties

externalNodes

โ€ข Readonly externalNodes: Record<string, ProjectGraphExternalNode>

The external nodes that have been added to the graph.


fileMap

โ€ข Readonly fileMap: FileMap

All files in the workspace


filesToProcess

โ€ข Readonly filesToProcess: FileMap

Files changes since last invocation


nxJsonConfiguration

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

The nx.json configuration from the workspace


projects

โ€ข Readonly projects: Record<string, ProjectConfiguration>

The configuration of each project in the workspace.


workspaceRoot

โ€ข Readonly workspaceRoot: string