Skip to content

Commit 93ef50e

Browse files
committed
Accept new baselines
1 parent 7d0dea0 commit 93ef50e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6705,6 +6705,7 @@ declare namespace ts {
67056705
JSLiteral = 4096,
67066706
FreshLiteral = 8192,
67076707
ArrayLiteral = 16384,
6708+
SingleSignatureType = 134217728,
67086709
ClassOrInterface = 3,
67096710
ContainsSpread = 2097152,
67106711
ObjectRestType = 4194304,

tests/baselines/reference/declarationEmitHigherOrderRetainedGenerics.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=== Performance Stats ===
44
Type Count: 1,000
5-
Instantiation count: 2,500 -> 5,000
5+
Instantiation count: 2,500
66

77
=== declarationEmitHigherOrderRetainedGenerics.ts ===
88
export interface TypeLambda {

tests/baselines/reference/genericFunctionInference1.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=== Performance Stats ===
44
Type Count: 1,000
5-
Instantiation count: 2,500
5+
Instantiation count: 1,000
66

77
=== genericFunctionInference1.ts ===
88
declare function pipe<A extends any[], B>(ab: (...args: A) => B): (...args: A) => B;

tests/baselines/reference/promisePermutations.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=== Performance Stats ===
44
Type Count: 1,000 -> 2,500
5-
Instantiation count: 5,000 -> 10,000
5+
Instantiation count: 5,000
66

77
=== promisePermutations.ts ===
88
interface Promise<T> {

0 commit comments

Comments
 (0)