You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have some way of specifying the order of filtering, e.g. that depends-on filtering should be applied to packages after include-dependencies is processed.
It will exec command either on dependency of the scoped package or if the scoped package depends on build_runner.
Reasoning
We use depends-on to apply the command only to the subset of packages that depend on build_runner to generate the code, and it should be generated for all the dependencies as well, but only those that depend on build_runner.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Command
No response
Description
It would be useful to have some way of specifying the order of filtering, e.g. that
depends-on
filtering should be applied to packages afterinclude-dependencies
is processed.Currently, if I run something like this:
It will exec command either on dependency of the scoped package or if the scoped package depends on
build_runner
.Reasoning
We use
depends-on
to apply the command only to the subset of packages that depend onbuild_runner
to generate the code, and it should be generated for all the dependencies as well, but only those that depend onbuild_runner
.Additional context and comments
No response
The text was updated successfully, but these errors were encountered: