CreateDependenciesContext
Context for CreateDependencies
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”externalNodes
Section titled “externalNodes”• Readonly externalNodes: Record<string, ProjectGraphExternalNode>
The external nodes that have been added to the graph.
fileMap
Section titled “fileMap”• Readonly fileMap: FileMap
All files in the workspace
filesToProcess
Section titled “filesToProcess”• Readonly filesToProcess: FileMap
Files changes since last invocation
nxJsonConfiguration
Section titled “nxJsonConfiguration”• Readonly nxJsonConfiguration: NxJsonConfiguration<string[] | "*">
The nx.json configuration from the workspace
projects
Section titled “projects”• Readonly projects: Record<string, ProjectConfiguration>
The configuration of each project in the workspace keyed by project name.
workspaceRoot
Section titled “workspaceRoot”• Readonly workspaceRoot: string