attach require with property dependencies to the correct DependenciesBlock#14725
attach require with property dependencies to the correct DependenciesBlock#14725
Conversation
|
For maintainers only:
|
|
I notice there are a bunch of |
|
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
That's fine. presentational dependencies only exist on Module not on AsyncDependenciesBlock. That are dependencies that doesn't point to a module and have only effects on the generated code. They are often not walked, as they do not influence the module graph, etc. |
fixes #14720
What kind of change does this PR introduce?
bugfix
Did you add tests for your changes?
TODO
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
nothing