nx/docs/generated/devkit/CreateDependenciesContext.md
Craigory Coppola f2e20c81b6
cleanup(core): adjust create dependencies context (#19070)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-09-12 09:01:32 -04:00

1.8 KiB

Interface: CreateDependenciesContext

Context for CreateDependencies

Table of contents

Properties

Properties

externalNodes

Readonly externalNodes: Record<string, ProjectGraphExternalNode>

The external nodes that have been added to the graph.


fileMap

Readonly fileMap: ProjectFileMap

All files in the workspace


filesToProcess

Readonly filesToProcess: ProjectFileMap

Files changes since last invocation


nxJsonConfiguration

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

The nx.json configuration from the workspace


projects

Readonly projects: Record<string, ProjectConfiguration>

The configuration of each project in the workspace.


workspaceRoot

Readonly workspaceRoot: string