File tree Expand file tree Collapse file tree
packages/lib-engine/src/processTargets/modifiers/scopeHandlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import { BaseScopeHandler } from "./BaseScopeHandler";
1515import { compareTargetScopes } from "./compareTargetScopes" ;
1616import type { TargetScope } from "./scope.types" ;
1717import type {
18- ComplexScopeType ,
1918 ScopeHandler ,
2019 ScopeIteratorRequirements ,
20+ SortedScopeType ,
2121} from "./scopeHandler.types" ;
2222import type { ScopeHandlerFactory } from "./ScopeHandlerFactory" ;
2323import { isEveryScopeModifier } from "./util/isHintsEveryScope" ;
@@ -47,7 +47,7 @@ abstract class BoundedBaseScopeHandler extends BaseScopeHandler {
4747 ) ;
4848 }
4949
50- get iterationScopeType ( ) : ComplexScopeType {
50+ get iterationScopeType ( ) : SortedScopeType {
5151 return {
5252 type : "sorted" ,
5353 scopeTypes : [
You can’t perform that action at this time.
0 commit comments