Skip to content

Commit 2b47fb7

Browse files
committed
Accept new API baselines
1 parent d6f5ace commit 2b47fb7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,6 @@ declare namespace ts {
27472747
checkType: Type;
27482748
extendsType: Type;
27492749
isDistributive: boolean;
2750-
isDistributionDependent: boolean;
27512750
inferTypeParameters?: TypeParameter[];
27522751
outerTypeParameters?: TypeParameter[];
27532752
instantiations?: Map<Type>;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,6 @@ declare namespace ts {
27472747
checkType: Type;
27482748
extendsType: Type;
27492749
isDistributive: boolean;
2750-
isDistributionDependent: boolean;
27512750
inferTypeParameters?: TypeParameter[];
27522751
outerTypeParameters?: TypeParameter[];
27532752
instantiations?: Map<Type>;

0 commit comments

Comments
 (0)