1
1
tests/cases/compiler/typedArraysCrossAssignability01.ts(13,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Int8Array'.
2
2
Types of property '[Symbol.toStringTag]' are incompatible.
3
- Type '"UInt8Array "' is not assignable to type '"Int8Array"'.
3
+ Type '"Uint8Array "' is not assignable to type '"Int8Array"'.
4
4
tests/cases/compiler/typedArraysCrossAssignability01.ts(14,5): error TS2322: Type 'Int16Array' is not assignable to type 'Int8Array'.
5
5
Types of property '[Symbol.toStringTag]' are incompatible.
6
6
Type '"Int16Array"' is not assignable to type '"Int8Array"'.
@@ -24,34 +24,34 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(20,5): error TS2322: Typ
24
24
Type '"Uint8ClampedArray"' is not assignable to type '"Int8Array"'.
25
25
tests/cases/compiler/typedArraysCrossAssignability01.ts(22,5): error TS2322: Type 'Int8Array' is not assignable to type 'Uint8Array'.
26
26
Types of property '[Symbol.toStringTag]' are incompatible.
27
- Type '"Int8Array"' is not assignable to type '"UInt8Array "'.
27
+ Type '"Int8Array"' is not assignable to type '"Uint8Array "'.
28
28
tests/cases/compiler/typedArraysCrossAssignability01.ts(24,5): error TS2322: Type 'Int16Array' is not assignable to type 'Uint8Array'.
29
29
Types of property '[Symbol.toStringTag]' are incompatible.
30
- Type '"Int16Array"' is not assignable to type '"UInt8Array "'.
30
+ Type '"Int16Array"' is not assignable to type '"Uint8Array "'.
31
31
tests/cases/compiler/typedArraysCrossAssignability01.ts(25,5): error TS2322: Type 'Uint16Array' is not assignable to type 'Uint8Array'.
32
32
Types of property '[Symbol.toStringTag]' are incompatible.
33
- Type '"Uint16Array"' is not assignable to type '"UInt8Array "'.
33
+ Type '"Uint16Array"' is not assignable to type '"Uint8Array "'.
34
34
tests/cases/compiler/typedArraysCrossAssignability01.ts(26,5): error TS2322: Type 'Int32Array' is not assignable to type 'Uint8Array'.
35
35
Types of property '[Symbol.toStringTag]' are incompatible.
36
- Type '"Int32Array"' is not assignable to type '"UInt8Array "'.
36
+ Type '"Int32Array"' is not assignable to type '"Uint8Array "'.
37
37
tests/cases/compiler/typedArraysCrossAssignability01.ts(27,5): error TS2322: Type 'Uint32Array' is not assignable to type 'Uint8Array'.
38
38
Types of property '[Symbol.toStringTag]' are incompatible.
39
- Type '"Uint32Array"' is not assignable to type '"UInt8Array "'.
39
+ Type '"Uint32Array"' is not assignable to type '"Uint8Array "'.
40
40
tests/cases/compiler/typedArraysCrossAssignability01.ts(28,5): error TS2322: Type 'Float32Array' is not assignable to type 'Uint8Array'.
41
41
Types of property '[Symbol.toStringTag]' are incompatible.
42
- Type '"Float32Array"' is not assignable to type '"UInt8Array "'.
42
+ Type '"Float32Array"' is not assignable to type '"Uint8Array "'.
43
43
tests/cases/compiler/typedArraysCrossAssignability01.ts(29,5): error TS2322: Type 'Float64Array' is not assignable to type 'Uint8Array'.
44
44
Types of property '[Symbol.toStringTag]' are incompatible.
45
- Type '"Float64Array"' is not assignable to type '"UInt8Array "'.
45
+ Type '"Float64Array"' is not assignable to type '"Uint8Array "'.
46
46
tests/cases/compiler/typedArraysCrossAssignability01.ts(30,5): error TS2322: Type 'Uint8ClampedArray' is not assignable to type 'Uint8Array'.
47
47
Types of property '[Symbol.toStringTag]' are incompatible.
48
- Type '"Uint8ClampedArray"' is not assignable to type '"UInt8Array "'.
48
+ Type '"Uint8ClampedArray"' is not assignable to type '"Uint8Array "'.
49
49
tests/cases/compiler/typedArraysCrossAssignability01.ts(32,5): error TS2322: Type 'Int8Array' is not assignable to type 'Int16Array'.
50
50
Types of property '[Symbol.toStringTag]' are incompatible.
51
51
Type '"Int8Array"' is not assignable to type '"Int16Array"'.
52
52
tests/cases/compiler/typedArraysCrossAssignability01.ts(33,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Int16Array'.
53
53
Types of property '[Symbol.toStringTag]' are incompatible.
54
- Type '"UInt8Array "' is not assignable to type '"Int16Array"'.
54
+ Type '"Uint8Array "' is not assignable to type '"Int16Array"'.
55
55
tests/cases/compiler/typedArraysCrossAssignability01.ts(35,5): error TS2322: Type 'Uint16Array' is not assignable to type 'Int16Array'.
56
56
Types of property '[Symbol.toStringTag]' are incompatible.
57
57
Type '"Uint16Array"' is not assignable to type '"Int16Array"'.
@@ -75,7 +75,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(42,5): error TS2322: Typ
75
75
Type '"Int8Array"' is not assignable to type '"Uint16Array"'.
76
76
tests/cases/compiler/typedArraysCrossAssignability01.ts(43,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Uint16Array'.
77
77
Types of property '[Symbol.toStringTag]' are incompatible.
78
- Type '"UInt8Array "' is not assignable to type '"Uint16Array"'.
78
+ Type '"Uint8Array "' is not assignable to type '"Uint16Array"'.
79
79
tests/cases/compiler/typedArraysCrossAssignability01.ts(44,5): error TS2322: Type 'Int16Array' is not assignable to type 'Uint16Array'.
80
80
Types of property '[Symbol.toStringTag]' are incompatible.
81
81
Type '"Int16Array"' is not assignable to type '"Uint16Array"'.
@@ -99,7 +99,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(52,5): error TS2322: Typ
99
99
Type '"Int8Array"' is not assignable to type '"Int32Array"'.
100
100
tests/cases/compiler/typedArraysCrossAssignability01.ts(53,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Int32Array'.
101
101
Types of property '[Symbol.toStringTag]' are incompatible.
102
- Type '"UInt8Array "' is not assignable to type '"Int32Array"'.
102
+ Type '"Uint8Array "' is not assignable to type '"Int32Array"'.
103
103
tests/cases/compiler/typedArraysCrossAssignability01.ts(54,5): error TS2322: Type 'Int16Array' is not assignable to type 'Int32Array'.
104
104
Types of property '[Symbol.toStringTag]' are incompatible.
105
105
Type '"Int16Array"' is not assignable to type '"Int32Array"'.
@@ -123,7 +123,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(62,5): error TS2322: Typ
123
123
Type '"Int8Array"' is not assignable to type '"Float32Array"'.
124
124
tests/cases/compiler/typedArraysCrossAssignability01.ts(63,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Float32Array'.
125
125
Types of property '[Symbol.toStringTag]' are incompatible.
126
- Type '"UInt8Array "' is not assignable to type '"Float32Array"'.
126
+ Type '"Uint8Array "' is not assignable to type '"Float32Array"'.
127
127
tests/cases/compiler/typedArraysCrossAssignability01.ts(64,5): error TS2322: Type 'Int16Array' is not assignable to type 'Float32Array'.
128
128
Types of property '[Symbol.toStringTag]' are incompatible.
129
129
Type '"Int16Array"' is not assignable to type '"Float32Array"'.
@@ -147,7 +147,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(72,5): error TS2322: Typ
147
147
Type '"Int8Array"' is not assignable to type '"Float64Array"'.
148
148
tests/cases/compiler/typedArraysCrossAssignability01.ts(73,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Float64Array'.
149
149
Types of property '[Symbol.toStringTag]' are incompatible.
150
- Type '"UInt8Array "' is not assignable to type '"Float64Array"'.
150
+ Type '"Uint8Array "' is not assignable to type '"Float64Array"'.
151
151
tests/cases/compiler/typedArraysCrossAssignability01.ts(74,5): error TS2322: Type 'Int16Array' is not assignable to type 'Float64Array'.
152
152
Types of property '[Symbol.toStringTag]' are incompatible.
153
153
Type '"Int16Array"' is not assignable to type '"Float64Array"'.
@@ -171,7 +171,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(82,5): error TS2322: Typ
171
171
Type '"Int8Array"' is not assignable to type '"Uint8ClampedArray"'.
172
172
tests/cases/compiler/typedArraysCrossAssignability01.ts(83,5): error TS2322: Type 'Uint8Array' is not assignable to type 'Uint8ClampedArray'.
173
173
Types of property '[Symbol.toStringTag]' are incompatible.
174
- Type '"UInt8Array "' is not assignable to type '"Uint8ClampedArray"'.
174
+ Type '"Uint8Array "' is not assignable to type '"Uint8ClampedArray"'.
175
175
tests/cases/compiler/typedArraysCrossAssignability01.ts(84,5): error TS2322: Type 'Int16Array' is not assignable to type 'Uint8ClampedArray'.
176
176
Types of property '[Symbol.toStringTag]' are incompatible.
177
177
Type '"Int16Array"' is not assignable to type '"Uint8ClampedArray"'.
@@ -209,7 +209,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
209
209
~~~~~~~~~~~~~
210
210
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Int8Array'.
211
211
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
212
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Int8Array"'.
212
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Int8Array"'.
213
213
arr_Int8Array = arr_Int16Array;
214
214
~~~~~~~~~~~~~
215
215
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Int8Array'.
@@ -250,43 +250,43 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
250
250
~~~~~~~~~~~~~~
251
251
!!! error TS2322: Type 'Int8Array' is not assignable to type 'Uint8Array'.
252
252
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
253
- !!! error TS2322: Type '"Int8Array"' is not assignable to type '"UInt8Array "'.
253
+ !!! error TS2322: Type '"Int8Array"' is not assignable to type '"Uint8Array "'.
254
254
arr_Uint8Array = arr_Uint8Array;
255
255
arr_Uint8Array = arr_Int16Array;
256
256
~~~~~~~~~~~~~~
257
257
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Uint8Array'.
258
258
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
259
- !!! error TS2322: Type '"Int16Array"' is not assignable to type '"UInt8Array "'.
259
+ !!! error TS2322: Type '"Int16Array"' is not assignable to type '"Uint8Array "'.
260
260
arr_Uint8Array = arr_Uint16Array;
261
261
~~~~~~~~~~~~~~
262
262
!!! error TS2322: Type 'Uint16Array' is not assignable to type 'Uint8Array'.
263
263
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
264
- !!! error TS2322: Type '"Uint16Array"' is not assignable to type '"UInt8Array "'.
264
+ !!! error TS2322: Type '"Uint16Array"' is not assignable to type '"Uint8Array "'.
265
265
arr_Uint8Array = arr_Int32Array;
266
266
~~~~~~~~~~~~~~
267
267
!!! error TS2322: Type 'Int32Array' is not assignable to type 'Uint8Array'.
268
268
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
269
- !!! error TS2322: Type '"Int32Array"' is not assignable to type '"UInt8Array "'.
269
+ !!! error TS2322: Type '"Int32Array"' is not assignable to type '"Uint8Array "'.
270
270
arr_Uint8Array = arr_Uint32Array;
271
271
~~~~~~~~~~~~~~
272
272
!!! error TS2322: Type 'Uint32Array' is not assignable to type 'Uint8Array'.
273
273
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
274
- !!! error TS2322: Type '"Uint32Array"' is not assignable to type '"UInt8Array "'.
274
+ !!! error TS2322: Type '"Uint32Array"' is not assignable to type '"Uint8Array "'.
275
275
arr_Uint8Array = arr_Float32Array;
276
276
~~~~~~~~~~~~~~
277
277
!!! error TS2322: Type 'Float32Array' is not assignable to type 'Uint8Array'.
278
278
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
279
- !!! error TS2322: Type '"Float32Array"' is not assignable to type '"UInt8Array "'.
279
+ !!! error TS2322: Type '"Float32Array"' is not assignable to type '"Uint8Array "'.
280
280
arr_Uint8Array = arr_Float64Array;
281
281
~~~~~~~~~~~~~~
282
282
!!! error TS2322: Type 'Float64Array' is not assignable to type 'Uint8Array'.
283
283
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
284
- !!! error TS2322: Type '"Float64Array"' is not assignable to type '"UInt8Array "'.
284
+ !!! error TS2322: Type '"Float64Array"' is not assignable to type '"Uint8Array "'.
285
285
arr_Uint8Array = arr_Uint8ClampedArray;
286
286
~~~~~~~~~~~~~~
287
287
!!! error TS2322: Type 'Uint8ClampedArray' is not assignable to type 'Uint8Array'.
288
288
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
289
- !!! error TS2322: Type '"Uint8ClampedArray"' is not assignable to type '"UInt8Array "'.
289
+ !!! error TS2322: Type '"Uint8ClampedArray"' is not assignable to type '"Uint8Array "'.
290
290
291
291
arr_Int16Array = arr_Int8Array;
292
292
~~~~~~~~~~~~~~
@@ -297,7 +297,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
297
297
~~~~~~~~~~~~~~
298
298
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Int16Array'.
299
299
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
300
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Int16Array"'.
300
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Int16Array"'.
301
301
arr_Int16Array = arr_Int16Array;
302
302
arr_Int16Array = arr_Uint16Array;
303
303
~~~~~~~~~~~~~~
@@ -339,7 +339,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
339
339
~~~~~~~~~~~~~~~
340
340
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Uint16Array'.
341
341
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
342
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Uint16Array"'.
342
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Uint16Array"'.
343
343
arr_Uint16Array = arr_Int16Array;
344
344
~~~~~~~~~~~~~~~
345
345
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Uint16Array'.
@@ -381,7 +381,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
381
381
~~~~~~~~~~~~~~
382
382
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Int32Array'.
383
383
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
384
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Int32Array"'.
384
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Int32Array"'.
385
385
arr_Int32Array = arr_Int16Array;
386
386
~~~~~~~~~~~~~~
387
387
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Int32Array'.
@@ -423,7 +423,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
423
423
~~~~~~~~~~~~~~~~
424
424
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Float32Array'.
425
425
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
426
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Float32Array"'.
426
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Float32Array"'.
427
427
arr_Float32Array = arr_Int16Array;
428
428
~~~~~~~~~~~~~~~~
429
429
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Float32Array'.
@@ -465,7 +465,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
465
465
~~~~~~~~~~~~~~~~
466
466
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Float64Array'.
467
467
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
468
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Float64Array"'.
468
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Float64Array"'.
469
469
arr_Float64Array = arr_Int16Array;
470
470
~~~~~~~~~~~~~~~~
471
471
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Float64Array'.
@@ -507,7 +507,7 @@ tests/cases/compiler/typedArraysCrossAssignability01.ts(89,5): error TS2322: Typ
507
507
~~~~~~~~~~~~~~~~~~~~~
508
508
!!! error TS2322: Type 'Uint8Array' is not assignable to type 'Uint8ClampedArray'.
509
509
!!! error TS2322: Types of property '[Symbol.toStringTag]' are incompatible.
510
- !!! error TS2322: Type '"UInt8Array "' is not assignable to type '"Uint8ClampedArray"'.
510
+ !!! error TS2322: Type '"Uint8Array "' is not assignable to type '"Uint8ClampedArray"'.
511
511
arr_Uint8ClampedArray = arr_Int16Array;
512
512
~~~~~~~~~~~~~~~~~~~~~
513
513
!!! error TS2322: Type 'Int16Array' is not assignable to type 'Uint8ClampedArray'.
0 commit comments