File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
tests/baselines/reference/user Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
Exit Code: 1
2
2
Standard output:
3
3
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'.
4
14
lib/Accessibility.js(375,22): error TS2503: Cannot find namespace 'Protocol'.
5
15
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
6
16
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
You can’t perform that action at this time.
0 commit comments