Interface: CreateDependenciesContext
Context for CreateDependencies
Table of contents
Properties
- externalNodes: Record<string, ProjectGraphExternalNode>
 - fileMap: FileMap
 - filesToProcess: FileMap
 - nxJsonConfiguration: NxJsonConfiguration<string[] | "*">
 - projects: Record<string, ProjectConfiguration>
 - workspaceRoot: string
 
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 keyed by project name.
workspaceRoot
• Readonly workspaceRoot: string