|
1 | 1 | Exit Code: 1
|
2 | 2 | Standard output:
|
3 | 3 | 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'. |
5 | 5 | 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'. |
7 | 7 | 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'. |
9 | 9 | 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'. |
11 | 11 | 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'. |
13 | 13 | 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'. |
15 | 15 | lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
|
16 | 16 | lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
|
17 | 17 | Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
|
@@ -64,8 +64,8 @@ lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'.
|
64 | 64 | lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'.
|
65 | 65 | lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'.
|
66 | 66 | 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'. |
69 | 69 | lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
|
70 | 70 | lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
|
71 | 71 | Type 'Worker | Worker' is not assignable to type 'Worker'.
|
|
0 commit comments