File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ import {
8
8
next ,
9
9
} from "@cursorless/common" ;
10
10
import { ScopeHandlerFactory } from "." ;
11
- import { Target } from "../../../typings/target.types" ;
11
+ import type { Target } from "../../../typings/target.types" ;
12
12
import { BaseScopeHandler } from "./BaseScopeHandler" ;
13
13
import type { TargetScope } from "./scope.types" ;
14
- import { CustomScopeType , ScopeHandler } from "./scopeHandler.types" ;
14
+ import type {
15
+ CustomScopeType ,
16
+ ScopeHandler ,
17
+ ScopeIteratorRequirements ,
18
+ } from "./scopeHandler.types" ;
15
19
16
20
export class ContiguousScopeHandler extends BaseScopeHandler {
17
21
protected readonly isHierarchical = false ;
You can’t perform that action at this time.
0 commit comments