Skip to content

Commit c107e8a

Browse files
unused code
1 parent 9742579 commit c107e8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/common/src/types/command/PartialTargetDescriptor.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ export interface SurroundingPairInteriorScopeType {
262262
delimiter: SurroundingPairName;
263263
// If true don't yield multiline pairs
264264
requireSingleLine?: boolean;
265-
// If true the domain will be the full pair instead of just the interior
266-
allowWeakContainment?: boolean;
267265
}
268266

269267
export interface OneOfScopeType {
@@ -285,8 +283,6 @@ export type ScopeType =
285283
| OneOfScopeType
286284
| GlyphScopeType;
287285

288-
export type ScopeTypeType = ScopeType["type"];
289-
290286
export interface ContainingSurroundingPairModifier
291287
extends ContainingScopeModifier {
292288
scopeType: SurroundingPairScopeType;

0 commit comments

Comments
 (0)