File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3355,6 +3355,7 @@ declare namespace ts {
3355
3355
function isNewExpression ( node : Node ) : node is NewExpression ;
3356
3356
function isTaggedTemplateExpression ( node : Node ) : node is TaggedTemplateExpression ;
3357
3357
function isTypeAssertion ( node : Node ) : node is TypeAssertion ;
3358
+ function isConstTypeReference ( node : Node ) : boolean ;
3358
3359
function isParenthesizedExpression ( node : Node ) : node is ParenthesizedExpression ;
3359
3360
function skipPartiallyEmittedExpressions ( node : Expression ) : Expression ;
3360
3361
function skipPartiallyEmittedExpressions ( node : Node ) : Node ;
Original file line number Diff line number Diff line change @@ -3355,6 +3355,7 @@ declare namespace ts {
3355
3355
function isNewExpression ( node : Node ) : node is NewExpression ;
3356
3356
function isTaggedTemplateExpression ( node : Node ) : node is TaggedTemplateExpression ;
3357
3357
function isTypeAssertion ( node : Node ) : node is TypeAssertion ;
3358
+ function isConstTypeReference ( node : Node ) : boolean ;
3358
3359
function isParenthesizedExpression ( node : Node ) : node is ParenthesizedExpression ;
3359
3360
function skipPartiallyEmittedExpressions ( node : Expression ) : Expression ;
3360
3361
function skipPartiallyEmittedExpressions ( node : Node ) : Node ;
You can’t perform that action at this time.
0 commit comments