Skip to content

Commit 2191b75

Browse files
committed
Accept new baselines
1 parent 5b0bcec commit 2191b75

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/baselines/reference/tsxStatelessFunctionComponentsWithTypeArguments4.errors.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
tests/cases/conformance/jsx/file.tsx(9,33): error TS2322: Type '{ a: number; }' is not assignable to type 'IntrinsicAttributes & { b: {}; a: number; }'.
22
Type '{ a: number; }' is not assignable to type '{ b: {}; a: number; }'.
33
Property 'b' is missing in type '{ a: number; }'.
4-
tests/cases/conformance/jsx/file.tsx(10,33): error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { b: number; a: {}; }'.
5-
Type '{ b: number; }' is not assignable to type 'IntrinsicAttributes & { b: number; a: {}; }'.
6-
Type '{ b: number; }' is not assignable to type '{ b: number; a: {}; }'.
4+
tests/cases/conformance/jsx/file.tsx(10,33): error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { b: {}; a: {}; }'.
5+
Type '{ b: number; }' is not assignable to type 'IntrinsicAttributes & { b: {}; a: {}; }'.
6+
Type '{ b: number; }' is not assignable to type '{ b: {}; a: {}; }'.
77
Property 'a' is missing in type '{ b: number; }'.
88
Type 'T' is not assignable to type 'IntrinsicAttributes'.
99
Type '{ b: number; }' has no properties in common with type 'IntrinsicAttributes'.
@@ -25,9 +25,9 @@ tests/cases/conformance/jsx/file.tsx(10,33): error TS2322: Type 'T' is not assig
2525
!!! error TS2322: Property 'b' is missing in type '{ a: number; }'.
2626
let a2 = <OverloadComponent {...arg1} ignore-prop /> // missing a
2727
~~~~~~~~~~~~~~~~~~~~~
28-
!!! error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { b: number; a: {}; }'.
29-
!!! error TS2322: Type '{ b: number; }' is not assignable to type 'IntrinsicAttributes & { b: number; a: {}; }'.
30-
!!! error TS2322: Type '{ b: number; }' is not assignable to type '{ b: number; a: {}; }'.
28+
!!! error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { b: {}; a: {}; }'.
29+
!!! error TS2322: Type '{ b: number; }' is not assignable to type 'IntrinsicAttributes & { b: {}; a: {}; }'.
30+
!!! error TS2322: Type '{ b: number; }' is not assignable to type '{ b: {}; a: {}; }'.
3131
!!! error TS2322: Property 'a' is missing in type '{ b: number; }'.
3232
!!! error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes'.
3333
!!! error TS2322: Type '{ b: number; }' has no properties in common with type 'IntrinsicAttributes'.

0 commit comments

Comments
 (0)