Skip to content

Commit 1c3f026

Browse files
clean up type
1 parent 8dd21f1 commit 1c3f026

File tree

1 file changed

+1
-1
lines changed
  • packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface DelimiterOccurrence {
5252
* If the delimiter is part of a text fragment, eg a string or comment, this
5353
* will be the range of the text fragment.
5454
*/
55-
textFragmentRange?: Range;
55+
textFragmentRange: Range | undefined;
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)