Skip to content

Commit 72f6656

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (microsoft#30937)
1 parent 3902ef7 commit 72f6656

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/baselines/reference/user/puppeteer.log

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Exit Code: 1
22
Standard output:
33
lib/Accessibility.js(118,15): error TS2503: Cannot find namespace 'Protocol'.
4+
lib/Accessibility.js(310,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
5+
Type 'string' is not assignable to type 'never'.
6+
lib/Accessibility.js(333,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
7+
Type 'string' is not assignable to type 'never'.
8+
lib/Accessibility.js(345,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
9+
Type 'false' is not assignable to type 'never'.
10+
lib/Accessibility.js(356,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
11+
Type 'string' is not assignable to type 'never'.
12+
lib/Accessibility.js(369,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
13+
Type 'string' is not assignable to type 'never'.
414
lib/Accessibility.js(375,22): error TS2503: Cannot find namespace 'Protocol'.
515
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
616
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.

0 commit comments

Comments
 (0)