Skip to content

Commit a7818f8

Browse files
committed
remove BindingElementGrandparent
1 parent b43faa7 commit a7818f8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import {
4141
BindableObjectDefinePropertyCall,
4242
BindableStaticNameExpression,
4343
BindingElement,
44-
BindingElementGrandparent,
4544
BindingName,
4645
BindingPattern,
4746
bindSourceFile,

src/compiler/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,9 +1911,6 @@ export interface BindingElement extends NamedDeclaration, FlowContainer {
19111911
readonly initializer?: Expression; // Optional initializer
19121912
}
19131913

1914-
/** @internal */
1915-
export type BindingElementGrandparent = BindingElement["parent"]["parent"];
1916-
19171914
// dprint-ignore
19181915
export interface PropertySignature extends TypeElement, JSDocContainer {
19191916
readonly kind: SyntaxKind.PropertySignature;

0 commit comments

Comments
 (0)