Function: reverse
โธ reverse(graph
): ProjectGraph
Returns a new project graph where all the edges are reversed.
For instance, if project A depends on B, in the reversed graph B will depend on A.
Parameters
Name | Type |
---|---|
graph | ProjectGraph |
โธ reverse(graph
): ProjectGraph
Returns a new project graph where all the edges are reversed.
For instance, if project A depends on B, in the reversed graph B will depend on A.
Name | Type |
---|---|
graph | ProjectGraph |
Join Victor Savkin and Max Kless discussing why LLMs struggle with fragmented codebases, how monorepos + Nx create AI-powered architectural decisions, the before-and-after experience of AI-powered coding in Nx.