We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54734f7 commit 226a1d0Copy full SHA for 226a1d0
src/runtime/builder.ts
@@ -668,7 +668,9 @@ function stratify(scans) {
668
infoLevel = info.level
669
}
670
// if this is an aggregate, we always have to be in the level that is
671
- // one greater than all our dependencies
+ // one greater than all our dependencies.
672
+ // In the event that one of our dependencies is filtered by an aggregate,
673
+ // we stratify ourselves behind it.
674
if(isAgg) {
675
for(let provider of info.providers) {
676
if(isAggregate(provider) && provider !== scan) {
0 commit comments