You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/TypeScript-React-Native-Starter.log
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Standard output:
3
3
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
4
4
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
5
5
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6
-
node_modules/@types/react/index.d.ts(373,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
6
+
node_modules/@types/react/index.d.ts(374,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/axios-src.log
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type '
14
14
lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
15
15
lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
16
16
lib/adapters/xhr.js(86,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17
-
lib/adapters/xhr.js(95,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18
-
lib/adapters/xhr.js(165,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17
+
lib/adapters/xhr.js(99,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18
+
lib/adapters/xhr.js(169,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
19
19
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
20
20
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
21
21
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/prettier.log
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -218,29 +218,29 @@ src/language-js/printer-estree.js(398,9): error TS2769: No overload matches this
218
218
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
219
219
Argument of type '{ type: string; parts: any; } | { type: string; contents: any; n: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
220
220
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
221
-
src/language-js/printer-estree.js(1897,20): error TS2345: Argument of type '" "' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
222
-
src/language-js/printer-estree.js(1899,20): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
221
+
src/language-js/printer-estree.js(1900,20): error TS2345: Argument of type '" "' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
222
+
src/language-js/printer-estree.js(1902,20): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
223
223
Type '{ type: string; parts: any; }' is missing the following properties from type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }': id, contents, break, expandedStates
224
-
src/language-js/printer-estree.js(1901,18): error TS2345: Argument of type '"while ("' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
225
-
src/language-js/printer-estree.js(1910,9): error TS2345: Argument of type '")"' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
226
-
src/language-js/printer-estree.js(3430,11): error TS2769: No overload matches this call.
224
+
src/language-js/printer-estree.js(1904,18): error TS2345: Argument of type '"while ("' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
225
+
src/language-js/printer-estree.js(1913,9): error TS2345: Argument of type '")"' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'.
226
+
src/language-js/printer-estree.js(3433,11): error TS2769: No overload matches this call.
227
227
Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
228
228
Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
229
229
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
230
230
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
231
231
Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
232
232
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
233
-
src/language-js/printer-estree.js(3782,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
234
-
src/language-js/printer-estree.js(3990,23): error TS2532: Object is possibly 'undefined'.
235
-
src/language-js/printer-estree.js(3991,24): error TS2532: Object is possibly 'undefined'.
236
-
src/language-js/printer-estree.js(4312,5): error TS2345: Argument of type '"" | { type: string; parts: any; } | { type: string; contents: any; }' is not assignable to parameter of type 'string'.
233
+
src/language-js/printer-estree.js(3783,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
234
+
src/language-js/printer-estree.js(3991,23): error TS2532: Object is possibly 'undefined'.
235
+
src/language-js/printer-estree.js(3992,24): error TS2532: Object is possibly 'undefined'.
236
+
src/language-js/printer-estree.js(4313,5): error TS2345: Argument of type '"" | { type: string; parts: any; } | { type: string; contents: any; }' is not assignable to parameter of type 'string'.
237
237
Type '{ type: string; parts: any; }' is not assignable to type 'string'.
238
-
src/language-js/printer-estree.js(4316,16): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
239
-
src/language-js/printer-estree.js(4364,11): error TS2322: Type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }' is not assignable to type 'string'.
240
-
src/language-js/printer-estree.js(4379,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'.
241
-
src/language-js/printer-estree.js(4391,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
242
-
src/language-js/printer-estree.js(4664,9): error TS2554: Expected 0-2 arguments, but got 3.
243
-
src/language-js/printer-estree.js(5674,7): error TS2769: No overload matches this call.
238
+
src/language-js/printer-estree.js(4317,16): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
239
+
src/language-js/printer-estree.js(4365,11): error TS2322: Type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }' is not assignable to type 'string'.
240
+
src/language-js/printer-estree.js(4380,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'.
241
+
src/language-js/printer-estree.js(4392,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
242
+
src/language-js/printer-estree.js(4670,9): error TS2554: Expected 0-2 arguments, but got 3.
243
+
src/language-js/printer-estree.js(5680,7): error TS2769: No overload matches this call.
244
244
Overload 1 of 2, '(...items: ConcatArray<(childPath: any) => any>[]): ((childPath: any) => any)[]', gave the following error.
245
245
Argument of type '(string | number)[]' is not assignable to parameter of type 'ConcatArray<(childPath: any) => any>'.
246
246
The types returned by 'slice(...)' are incompatible between these types.
lib/Page.js(450,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, caches, clientInformation, closed, and 227 more.
59
-
lib/Page.js(460,9): error TS2349: This expression is not callable.
lib/Page.js(451,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, caches, clientInformation, closed, and 227 more.
59
+
lib/Page.js(461,9): error TS2349: This expression is not callable.
0 commit comments