Interface: ProjectGraphProcessorContext

Additional information to be used to process a project graph

Deprecated

The ProjectGraphProcessor is deprecated. This will be removed in Nx 19.

Table of contents

Properties

Properties

fileMap

fileMap: ProjectFileMap

All files in the workspace


filesToProcess

filesToProcess: ProjectFileMap

Files changes since last invocation


nxJsonConfiguration

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


projectsConfigurations

projectsConfigurations: ProjectsConfigurations


workspace

workspace: Workspace

Workspace information such as projects and configuration

Deprecated

use projectsConfigurations or nxJsonConfiguration instead