We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe65fd commit 5be2594Copy full SHA for 5be2594
src/compiler/binder.ts
@@ -1365,7 +1365,7 @@ namespace ts {
1365
}
1366
1367
function maybeBindExpressionFlowIfCall(node: Expression) {
1368
- // A top level or LHS of comma expression call expression with a dotted function name and at least one argument
+ // A top level or comma expression call expression with a dotted function name and at least one argument
1369
// is potentially an assertion and is therefore included in the control flow.
1370
if (node.kind === SyntaxKind.CallExpression) {
1371
const call = node as CallExpression;
0 commit comments