File tree Expand file tree Collapse file tree
tests/baselines/reference/user Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Exit Code: 1
22Standard output:
33lib/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'.
414lib/Accessibility.js(375,22): error TS2503: Cannot find namespace 'Protocol'.
515lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
616lib/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