Skip to content

🤖 User test baselines have changed for refs/heads/master #34603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Standard output:
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.
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.
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'.
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.
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.



Expand Down
4 changes: 2 additions & 2 deletions tests/baselines/reference/user/axios-src.log
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type '
lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/xhr.js(86,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(95,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(165,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(99,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(169,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.
Expand Down
159 changes: 0 additions & 159 deletions tests/baselines/reference/user/bluebird.log

Large diffs are not rendered by default.

806 changes: 565 additions & 241 deletions tests/baselines/reference/user/chrome-devtools-frontend.log

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions tests/baselines/reference/user/prettier.log
Original file line number Diff line number Diff line change
Expand Up @@ -218,29 +218,29 @@ src/language-js/printer-estree.js(398,9): error TS2769: No overload matches this
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type '{ type: string; parts: any; } | { type: string; contents: any; n: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
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; }'.
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; }'.
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; }'.
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; }'.
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
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; }'.
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; }'.
src/language-js/printer-estree.js(3430,11): error TS2769: No overload matches this call.
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; }'.
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; }'.
src/language-js/printer-estree.js(3433,11): error TS2769: No overload matches this call.
Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray<never>'.
Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray<never>'.
src/language-js/printer-estree.js(3782,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/language-js/printer-estree.js(3990,23): error TS2532: Object is possibly 'undefined'.
src/language-js/printer-estree.js(3991,24): error TS2532: Object is possibly 'undefined'.
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'.
src/language-js/printer-estree.js(3783,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
src/language-js/printer-estree.js(3991,23): error TS2532: Object is possibly 'undefined'.
src/language-js/printer-estree.js(3992,24): error TS2532: Object is possibly 'undefined'.
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'.
Type '{ type: string; parts: any; }' is not assignable to type 'string'.
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'.
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'.
src/language-js/printer-estree.js(4379,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'.
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'.
src/language-js/printer-estree.js(4664,9): error TS2554: Expected 0-2 arguments, but got 3.
src/language-js/printer-estree.js(5674,7): error TS2769: No overload matches this call.
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'.
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'.
src/language-js/printer-estree.js(4380,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'.
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'.
src/language-js/printer-estree.js(4670,9): error TS2554: Expected 0-2 arguments, but got 3.
src/language-js/printer-estree.js(5680,7): error TS2769: No overload matches this call.
Overload 1 of 2, '(...items: ConcatArray<(childPath: any) => any>[]): ((childPath: any) => any)[]', gave the following error.
Argument of type '(string | number)[]' is not assignable to parameter of type 'ConcatArray<(childPath: any) => any>'.
The types returned by 'slice(...)' are incompatible between these types.
Expand Down
28 changes: 14 additions & 14 deletions tests/baselines/reference/user/puppeteer.log
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lib/NetworkManager.js(295,15): error TS2503: Cannot find namespace 'Protocol'.
lib/NetworkManager.js(319,15): error TS2503: Cannot find namespace 'Protocol'.
lib/NetworkManager.js(529,15): error TS2503: Cannot find namespace 'Protocol'.
lib/NetworkManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
lib/Page.js(94,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'.
Types of property 'on' are incompatible.
Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'.
Types of parameters 'event' and 'event' are incompatible.
Expand All @@ -52,20 +52,20 @@ lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignabl
Type 'T' is not assignable to type 'symbol'.
Type 'string | number | symbol' is not assignable to type 'symbol'.
Type 'string' is not assignable to type 'symbol'.
lib/Page.js(146,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(219,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(387,20): error TS2503: Cannot find namespace 'Protocol'.
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.
lib/Page.js(460,9): error TS2349: This expression is not callable.
lib/Page.js(147,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(220,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(388,20): error TS2503: Cannot find namespace 'Protocol'.
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.
lib/Page.js(461,9): error TS2349: This expression is not callable.
Type 'Window' has no call signatures.
lib/Page.js(496,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(506,22): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(519,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(529,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(554,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(607,14): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(914,19): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(1315,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(497,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(507,22): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(608,14): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(915,19): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(1316,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
Type 'Worker | Worker' is not assignable to type 'Worker'.
Expand Down
Loading