Skip to content

Commit 58e4a65

Browse files
committed
Update baselines
1 parent 814744b commit 58e4a65

10 files changed

+41
-44
lines changed

tests/baselines/reference/callsOnComplexSignatures.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== callsOnComplexSignatures.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxCallElaborationCheckNoCrash1.errors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsxCallElaborationCheckNoCrash1.tsx(10,29): error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>'.
1+
jsxCallElaborationCheckNoCrash1.tsx(10,29): error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes<Tag, ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement>>'.
22

33

44
==== jsxCallElaborationCheckNoCrash1.tsx (1 errors) ====
@@ -13,7 +13,7 @@ jsxCallElaborationCheckNoCrash1.tsx(10,29): error TS2322: Type '{}' is not assig
1313
): React.SFC => {
1414
const Component = () => <TagElement />;
1515
~~~~~~~~~~
16-
!!! error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>'.
16+
!!! error TS2322: Type '{}' is not assignable to type 'LibraryManagedAttributes<Tag, ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement>>'.
1717
return Component;
1818
};
1919

tests/baselines/reference/jsxCallElaborationCheckNoCrash1.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 5,000
55
Type Count: 10,000
66
Instantiation count: 50,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== jsxCallElaborationCheckNoCrash1.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/jsxIntrinsicElementsCompatability.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== jsxIntrinsicElementsCompatability.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/mappedTypeRecursiveInference.errors.txt

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

tests/baselines/reference/mappedTypeRecursiveInference.types

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

tests/baselines/reference/reactDefaultPropsInferenceSuccess.types

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//// [tests/cases/compiler/reactDefaultPropsInferenceSuccess.tsx] ////
22

33
=== Performance Stats ===
4-
Assignability cache: 5,000
4+
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== reactDefaultPropsInferenceSuccess.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/recursiveTypeReferences1.types

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//// [tests/cases/conformance/types/typeRelationships/recursiveTypes/recursiveTypeReferences1.ts] ////
22

3-
=== Performance Stats ===
4-
Type Count: 1,000
5-
63
=== recursiveTypeReferences1.ts ===
74
type ValueOrArray<T> = T | Array<ValueOrArray<T>>;
85
>ValueOrArray : ValueOrArray<T>

tests/baselines/reference/tsxReactPropsInferenceSucceedsOnIntersections.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Assignability cache: 2,500
55
Type Count: 10,000
66
Instantiation count: 100,000
7-
Symbol count: 50,000
7+
Symbol count: 100,000
88

99
=== tsxReactPropsInferenceSucceedsOnIntersections.tsx ===
1010
/// <reference path="react16.d.ts" />

tests/baselines/reference/verifyDefaultLib_webworker.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//// [tests/cases/compiler/verifyDefaultLib_webworker.ts] ////
22

33
=== Performance Stats ===
4-
Type Count: 5,000
4+
Type Count: 10,000
55
Instantiation count: 2,500
66

77
=== verifyDefaultLib_webworker.ts ===

0 commit comments

Comments
 (0)