Skip to content

Commit 11837f0

Browse files
committed
revert unnecessary change
1 parent 7077dd9 commit 11837f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4340,7 +4340,7 @@ namespace ts {
43404340
}
43414341
}
43424342

4343-
function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean | undefined) {
4343+
function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean) {
43444344
while (true) {
43454345
switch (node.kind) {
43464346
case SyntaxKind.PostfixUnaryExpression:

0 commit comments

Comments
 (0)