nx/docs/generated/devkit/ProjectGraphProcessorContext.md
Craigory Coppola a7cf272d1f
feat(core): add api for v2 of project project graph plugins (#18032)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-10 14:58:29 -04:00

1.6 KiB

Interface: ProjectGraphProcessorContext

Additional information to be used to process a project graph

Deprecated

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

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