Interface: CreateDependenciesContext
Context for CreateDependencies
Table of contents
Properties
- fileMap: ProjectFileMap
- filesToProcess: ProjectFileMap
- graph: ProjectGraph
- nxJsonConfiguration: NxJsonConfiguration<string[] | "*">
- projectsConfigurations: ProjectsConfigurations
Properties
fileMap
• Readonly
fileMap: ProjectFileMap
All files in the workspace
filesToProcess
• Readonly
filesToProcess: ProjectFileMap
Files changes since last invocation
graph
• Readonly
graph: ProjectGraph
The current project graph,
nxJsonConfiguration
• Readonly
nxJsonConfiguration: NxJsonConfiguration
<string
[] | "*"
>
The nx.json
configuration from the workspace
projectsConfigurations
• Readonly
projectsConfigurations: ProjectsConfigurations
The configuration of each project in the workspace