revert unnecessary change

This commit is contained in:
Klaus Meinhardt 2018-06-30 22:33:44 +02:00
parent 7077dd91a8
commit 11837f0109

View file

@ -4340,7 +4340,7 @@ namespace ts {
}
}
function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean | undefined) {
function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean) {
while (true) {
switch (node.kind) {
case SyntaxKind.PostfixUnaryExpression: