nx/docs/generated/devkit/ProjectGraphProcessorContext.md
2024-01-30 16:29:05 -05:00

1.7 KiB

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