Skip to content

Commit 47a9368

Browse files
Removed pointlessish overloads.
1 parent 24d1a88 commit 47a9368

File tree

1 file changed

+0
-2
lines changed
  • src/compiler/transformers

1 file changed

+0
-2
lines changed

src/compiler/transformers/es6.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,8 +1290,6 @@ namespace ts {
12901290
}
12911291
}
12921292

1293-
function captureThisForNode(statements: Statement[], node: Node, initializer: Expression | undefined): void;
1294-
function captureThisForNode(statements: Statement[], node: Node, initializer: Expression | undefined, originalStatement: Statement): void;
12951293
function captureThisForNode(statements: Statement[], node: Node, initializer: Expression | undefined, originalStatement?: Statement): void {
12961294
enableSubstitutionsForCapturedThis();
12971295
const captureThisStatement = createVariableStatement(

0 commit comments

Comments
 (0)