File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3525,7 +3525,7 @@ declare namespace ts {
35253525 function isCallExpression ( node : Node ) : node is CallExpression ;
35263526 function isCallChain ( node : Node ) : node is CallChain ;
35273527 function isOptionalChain ( node : Node ) : node is PropertyAccessChain | ElementAccessChain | CallChain ;
3528- function isQuestionQuestionExpression ( node : Node ) : boolean ;
3528+ function isNullishCoalesce ( node : Node ) : boolean ;
35293529 function isNewExpression ( node : Node ) : node is NewExpression ;
35303530 function isTaggedTemplateExpression ( node : Node ) : node is TaggedTemplateExpression ;
35313531 function isTypeAssertion ( node : Node ) : node is TypeAssertion ;
Original file line number Diff line number Diff line change @@ -3525,7 +3525,7 @@ declare namespace ts {
35253525 function isCallExpression ( node : Node ) : node is CallExpression ;
35263526 function isCallChain ( node : Node ) : node is CallChain ;
35273527 function isOptionalChain ( node : Node ) : node is PropertyAccessChain | ElementAccessChain | CallChain ;
3528- function isQuestionQuestionExpression ( node : Node ) : boolean ;
3528+ function isNullishCoalesce ( node : Node ) : boolean ;
35293529 function isNewExpression ( node : Node ) : node is NewExpression ;
35303530 function isTaggedTemplateExpression ( node : Node ) : node is TaggedTemplateExpression ;
35313531 function isTypeAssertion ( node : Node ) : node is TypeAssertion ;
You can’t perform that action at this time.
0 commit comments