Skip to content

Commit 02a295e

Browse files
Import
1 parent d1020a8 commit 02a295e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ContiguousScopeHandler.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ import {
88
next,
99
} from "@cursorless/common";
1010
import { ScopeHandlerFactory } from ".";
11-
import { Target } from "../../../typings/target.types";
11+
import type { Target } from "../../../typings/target.types";
1212
import { BaseScopeHandler } from "./BaseScopeHandler";
1313
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";
1519

1620
export class ContiguousScopeHandler extends BaseScopeHandler {
1721
protected readonly isHierarchical = false;

0 commit comments

Comments
 (0)