We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7077dd9 commit 11837f0Copy full SHA for 11837f0
1 file changed
src/compiler/factory.ts
@@ -4340,7 +4340,7 @@ namespace ts {
4340
}
4341
4342
4343
- function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean | undefined) {
+ function getLeftmostExpression(node: Expression, stopAtCallExpressions: boolean) {
4344
while (true) {
4345
switch (node.kind) {
4346
case SyntaxKind.PostfixUnaryExpression:
0 commit comments