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 9742579 commit c107e8aCopy full SHA for c107e8a
packages/common/src/types/command/PartialTargetDescriptor.types.ts
@@ -262,8 +262,6 @@ export interface SurroundingPairInteriorScopeType {
262
delimiter: SurroundingPairName;
263
// If true don't yield multiline pairs
264
requireSingleLine?: boolean;
265
- // If true the domain will be the full pair instead of just the interior
266
- allowWeakContainment?: boolean;
267
}
268
269
export interface OneOfScopeType {
@@ -285,8 +283,6 @@ export type ScopeType =
285
283
| OneOfScopeType
286
284
| GlyphScopeType;
287
288
-export type ScopeTypeType = ScopeType["type"];
289
-
290
export interface ContainingSurroundingPairModifier
291
extends ContainingScopeModifier {
292
scopeType: SurroundingPairScopeType;
0 commit comments