If I wanted to read thro…

less than 1 minute read

If I wanted to read through the code that parses the dependency graph and git log to determine what is affected what part of the repo would I look at? I was going to go search for it myself but figured it might be easier to ask if someone knows the spot to start with.

Responses:

I don’t know. But would like to if you find it. I’ve been thinking a bit lately, wondering how all that works

I will let you know if I find it!

Thanks!

<https://github.com/nrwl/nx/blob/master/packages/workspace/src/core/project-graph/project-graph.ts https://github.com/nrwl/nx/blob/master/packages/workspace/src/core/project-graph/project-graph.ts>

Specifically createProjectGraph

Awesome thank you !

You can find who calls that function. There might be a few places

Updated: