Skip to content

Commit 980a681

Browse files
committed
Accept baseline API changes
1 parent ec30c20 commit 980a681

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,7 @@ declare namespace ts {
33553355
function isNewExpression(node: Node): node is NewExpression;
33563356
function isTaggedTemplateExpression(node: Node): node is TaggedTemplateExpression;
33573357
function isTypeAssertion(node: Node): node is TypeAssertion;
3358+
function isConstTypeReference(node: Node): boolean;
33583359
function isParenthesizedExpression(node: Node): node is ParenthesizedExpression;
33593360
function skipPartiallyEmittedExpressions(node: Expression): Expression;
33603361
function skipPartiallyEmittedExpressions(node: Node): Node;

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,7 @@ declare namespace ts {
33553355
function isNewExpression(node: Node): node is NewExpression;
33563356
function isTaggedTemplateExpression(node: Node): node is TaggedTemplateExpression;
33573357
function isTypeAssertion(node: Node): node is TypeAssertion;
3358+
function isConstTypeReference(node: Node): boolean;
33583359
function isParenthesizedExpression(node: Node): node is ParenthesizedExpression;
33593360
function skipPartiallyEmittedExpressions(node: Expression): Expression;
33603361
function skipPartiallyEmittedExpressions(node: Node): Node;

0 commit comments

Comments
 (0)