Expose files dependencies in createProjectFileMapUsingProjectGraph #27450
huv1k
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are two options for how to get
fileMap
that can be used for various 3rd party tooling like better circular dependency in our case, but publicly exposed createProjectFileMapUsingProjectGraph from@nx/devkit
doesn't provide any file dependencies even that is specified in Typescript types. If we compare it to readFileMapCache that is used inside Eslint plugin and exported fromnx/src/project-graph/nx-deps-cache
this implementation have it.Can we expose the file dependencies from public API so we don't need to use internal implementations? 🤔
Beta Was this translation helpful? Give feedback.
All reactions