Fixes #20026#20157
Conversation
| return checkNonNullType(checkExpression(node), node); | ||
| } | ||
|
|
||
| function checkNonNullCallLikeExpression(node: Expression | QualifiedName) { |
There was a problem hiding this comment.
i do not think we should duplicate the function implementation here. consider passing the new error messages as optional arguments to checkNullExpression instead.
There was a problem hiding this comment.
@mhegazy thanks for the code review. I just sent a new commit that uses optional arguments instead of a new function.
|
Hi @mhegazy I just resolved some merge conflicts. Is there anything else that I can do to speed up merging this PR into master? Thanks! |
|
Sorry for the delay, can you please update your PR. |
|
@mhegazy thanks for merging the PR, can you please explain to me what was that timeout error in the build? I would like to learn about it future contributions. Thanks! |
|
|
Here's a checklist you might find useful.
'Bug' or 'help wanted' or is in the Community milestone
masterbranchjake runtestslocallyFixes #20026