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 {
88 next ,
99} from "@cursorless/common" ;
1010import { ScopeHandlerFactory } from "." ;
11- import { Target } from "../../../typings/target.types" ;
11+ import type { Target } from "../../../typings/target.types" ;
1212import { BaseScopeHandler } from "./BaseScopeHandler" ;
1313import 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" ;
1519
1620export class ContiguousScopeHandler extends BaseScopeHandler {
1721 protected readonly isHierarchical = false ;
You can’t perform that action at this time.
0 commit comments