Skip to content

Commit ce9ce20

Browse files
TypeScript Botweswigham
TypeScript Bot
authored andcommitted
Update user baselines (microsoft#34682)
1 parent 49dfb5f commit ce9ce20

File tree

3 files changed

+81
-80
lines changed

3 files changed

+81
-80
lines changed

tests/baselines/reference/user/prettier.log

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ src/cli/util.js(693,22): error TS2339: Property 'name' does not exist on type 'n
3636
src/cli/util.js(693,46): error TS2339: Property 'alias' does not exist on type 'never'.
3737
src/common/create-ignorer.js(34,19): error TS2349: This expression is not callable.
3838
Type 'typeof import("/prettier/prettier/node_modules/ignore/index")' has no call signatures.
39+
src/common/get-file-info.js(36,27): error TS2339: Property 'resolveConfig' does not exist on type '{ ignorePath?: string | undefined; withNodeModules?: boolean | undefined; plugins: any; }'.
40+
src/common/get-file-info.js(59,25): error TS2339: Property 'resolveConfig' does not exist on type '{ ignorePath?: string | undefined; withNodeModules?: boolean | undefined; plugins: any; }'.
3941
src/common/parser-create-error.js(8,9): error TS2339: Property 'loc' does not exist on type 'SyntaxError'.
4042
src/config/resolve-config.js(14,12): error TS2571: Object is of type 'unknown'.
4143
src/config/resolve-config.js(50,16): error TS2571: Object is of type 'unknown'.

tests/baselines/reference/user/puppeteer.log

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Exit Code: 1
22
Standard output:
33
lib/Accessibility.js(134,15): error TS2503: Cannot find namespace 'Protocol'.
4-
lib/Accessibility.js(341,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
4+
lib/Accessibility.js(344,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
55
Type 'string' is not assignable to type 'never'.
6-
lib/Accessibility.js(364,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
6+
lib/Accessibility.js(367,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
77
Type 'string' is not assignable to type 'never'.
8-
lib/Accessibility.js(376,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
8+
lib/Accessibility.js(379,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
99
Type 'false' is not assignable to type 'never'.
10-
lib/Accessibility.js(387,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
10+
lib/Accessibility.js(390,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
1111
Type 'string' is not assignable to type 'never'.
12-
lib/Accessibility.js(400,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
12+
lib/Accessibility.js(403,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
1313
Type 'string' is not assignable to type 'never'.
14-
lib/Accessibility.js(406,22): error TS2503: Cannot find namespace 'Protocol'.
14+
lib/Accessibility.js(409,22): error TS2503: Cannot find namespace 'Protocol'.
1515
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
1616
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
1717
Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
@@ -64,8 +64,8 @@ lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'.
6464
lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'.
6565
lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'.
6666
lib/Page.js(608,14): error TS2503: Cannot find namespace 'Protocol'.
67-
lib/Page.js(915,19): error TS2503: Cannot find namespace 'Protocol'.
68-
lib/Page.js(1316,15): error TS2503: Cannot find namespace 'Protocol'.
67+
lib/Page.js(944,19): error TS2503: Cannot find namespace 'Protocol'.
68+
lib/Page.js(1354,15): error TS2503: Cannot find namespace 'Protocol'.
6969
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
7070
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
7171
Type 'Worker | Worker' is not assignable to type 'Worker'.

0 commit comments

Comments
 (0)