nx/docs/generated/devkit/CreateNodesResult.md
Craigory Coppola 206247f9ad
feat(core): make createNodes async (#20195)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2023-11-13 16:57:20 -05:00

821 B

Interface: CreateNodesResult

Table of contents

Properties

  • externalNodes: Record<string, ProjectGraphExternalNode>
  • projects: Record<string, Optional<ProjectConfiguration, "root">>

Properties

externalNodes

Optional externalNodes: Record<string, ProjectGraphExternalNode>

A map of external node name -> external node. External nodes do not have a root, so the key is their name.


projects

Optional projects: Record<string, Optional<ProjectConfiguration, "root">>

A map of project root -> project configuration