You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/RangeLookupTree.ts
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
importtype{Range}from"@cursorless/common";
2
-
import{RangeTreeNode}from"./RangeTreeNode";
3
2
import{RangeLookupList}from"./RangeLookupList";
4
3
5
4
/**
6
5
* A tree of ranges that allows for efficient lookup of ranges that contain a search item.
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/RangeTreeNode.ts
0 commit comments