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 1038c2b commit 2898765Copy full SHA for 2898765
packages/cursorless-engine/src/cursorlessEngine.ts
@@ -1,14 +1,14 @@
1
-import {
+import type {
2
Command,
3
CommandServerApi,
4
Direction,
5
Hats,
6
IDE,
7
- Position,
8
ScopeProvider,
9
ScopeType,
10
TextEditor,
11
} from "@cursorless/common";
+import { Position } from "@cursorless/common";
12
import {
13
ensureCommandShape,
14
type RawTreeSitterQueryProvider,
0 commit comments