nx/docs/generated/devkit/CreateDependenciesContext.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.4 KiB

Interface: CreateDependenciesContext

Context for CreateDependencies

Table of contents

Properties

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