|
1 | 1 | Exit Code: 1
|
2 | 2 | Standard output:
|
3 |
| -lib/Accessibility.js(134,15): error TS2503: Cannot find namespace 'Protocol'. |
4 |
| -lib/Accessibility.js(344,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(367,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(379,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(390,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(403,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'. |
13 |
| - Type 'string' is not assignable to type 'never'. |
14 |
| -lib/Accessibility.js(409,22): error TS2503: Cannot find namespace 'Protocol'. |
15 |
| -lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'. |
16 |
| -lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'. |
17 |
| - Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'. |
18 |
| -lib/Browser.js(141,15): error TS2503: Cannot find namespace 'Protocol'. |
19 |
| -lib/Connection.js(149,14): error TS2503: Cannot find namespace 'Protocol'. |
20 |
| -lib/Coverage.js(115,15): error TS2503: Cannot find namespace 'Protocol'. |
21 |
| -lib/Coverage.js(208,15): error TS2503: Cannot find namespace 'Protocol'. |
22 |
| -lib/EmulationManager.js(36,16): error TS2503: Cannot find namespace 'Protocol'. |
23 |
| -lib/ExecutionContext.js(26,15): error TS2503: Cannot find namespace 'Protocol'. |
24 |
| -lib/ExecutionContext.js(158,18): error TS2503: Cannot find namespace 'Protocol'. |
25 |
| -lib/ExecutionContext.js(186,14): error TS2503: Cannot find namespace 'Protocol'. |
26 |
| -lib/FrameManager.js(151,15): error TS2503: Cannot find namespace 'Protocol'. |
27 |
| -lib/FrameManager.js(173,15): error TS2503: Cannot find namespace 'Protocol'. |
28 |
| -lib/FrameManager.js(230,15): error TS2503: Cannot find namespace 'Protocol'. |
29 |
| -lib/FrameManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'. |
30 |
| -lib/JSHandle.js(32,15): error TS2503: Cannot find namespace 'Protocol'. |
31 |
| -lib/JSHandle.js(146,15): error TS2503: Cannot find namespace 'Protocol'. |
32 |
| -lib/JSHandle.js(237,29): error TS2503: Cannot find namespace 'Protocol'. |
33 |
| -lib/Launcher.js(181,17): error TS1003: Identifier expected. |
34 |
| -lib/Launcher.js(359,17): error TS1003: Identifier expected. |
35 |
| -lib/NetworkManager.js(32,30): error TS2503: Cannot find namespace 'Protocol'. |
36 |
| -lib/NetworkManager.js(159,15): error TS2503: Cannot find namespace 'Protocol'. |
37 |
| -lib/NetworkManager.js(178,15): error TS2503: Cannot find namespace 'Protocol'. |
38 |
| -lib/NetworkManager.js(197,15): error TS2503: Cannot find namespace 'Protocol'. |
39 |
| -lib/NetworkManager.js(218,15): error TS2503: Cannot find namespace 'Protocol'. |
40 |
| -lib/NetworkManager.js(239,15): error TS2503: Cannot find namespace 'Protocol'. |
41 |
| -lib/NetworkManager.js(249,15): error TS2503: Cannot find namespace 'Protocol'. |
42 |
| -lib/NetworkManager.js(263,15): error TS2503: Cannot find namespace 'Protocol'. |
43 |
| -lib/NetworkManager.js(276,15): error TS2503: Cannot find namespace 'Protocol'. |
44 |
| -lib/NetworkManager.js(295,15): error TS2503: Cannot find namespace 'Protocol'. |
45 |
| -lib/NetworkManager.js(319,15): error TS2503: Cannot find namespace 'Protocol'. |
46 |
| -lib/NetworkManager.js(529,15): error TS2503: Cannot find namespace 'Protocol'. |
47 |
| -lib/NetworkManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'. |
48 |
| -lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'. |
49 |
| - Types of property 'on' are incompatible. |
50 |
| - Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'. |
51 |
| - Types of parameters 'event' and 'event' are incompatible. |
52 |
| - Type 'T' is not assignable to type 'string | symbol'. |
53 |
| - Type 'string | number | symbol' is not assignable to type 'string | symbol'. |
54 |
| - Type 'number' is not assignable to type 'string | symbol'. |
55 |
| - Type 'T' is not assignable to type 'symbol'. |
56 |
| - Type 'string | number | symbol' is not assignable to type 'symbol'. |
57 |
| - Type 'string' is not assignable to type 'symbol'. |
58 |
| -lib/Page.js(94,42): error TS2345: Argument of type 'Worker' is not assignable to parameter of type 'Worker'. |
59 |
| - Type 'Worker' is missing the following properties from type 'Worker': onmessage, onmessageerror, postMessage, terminate, and 4 more. |
60 |
| -lib/Page.js(142,15): error TS2503: Cannot find namespace 'Protocol'. |
61 |
| -lib/Page.js(217,15): error TS2503: Cannot find namespace 'Protocol'. |
62 |
| -lib/Page.js(385,20): error TS2503: Cannot find namespace 'Protocol'. |
63 |
| -lib/Page.js(448,7): error TS2740: Type '(...args: any[]) => Promise<any>' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 221 more. |
64 |
| -lib/Page.js(458,9): error TS2349: This expression is not callable. |
65 |
| - Type 'Window' has no call signatures. |
66 |
| -lib/Page.js(494,15): error TS2503: Cannot find namespace 'Protocol'. |
67 |
| -lib/Page.js(504,22): error TS2503: Cannot find namespace 'Protocol'. |
68 |
| -lib/Page.js(517,15): error TS2503: Cannot find namespace 'Protocol'. |
69 |
| -lib/Page.js(527,15): error TS2503: Cannot find namespace 'Protocol'. |
70 |
| -lib/Page.js(552,15): error TS2503: Cannot find namespace 'Protocol'. |
71 |
| -lib/Page.js(605,14): error TS2503: Cannot find namespace 'Protocol'. |
72 |
| -lib/Page.js(941,19): error TS2503: Cannot find namespace 'Protocol'. |
73 |
| -lib/Page.js(1352,15): error TS2503: Cannot find namespace 'Protocol'. |
74 |
| -lib/PipeTransport.js(19,17): error TS1003: Identifier expected. |
75 |
| -lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'. |
76 |
| -lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'. |
77 |
| - Type 'Worker | Worker' is not assignable to type 'Worker'. |
78 |
| - Type 'Worker' is not assignable to type 'Worker'. Two different types with this name exist, but they are unrelated. |
79 |
| -lib/Target.js(135,15): error TS2503: Cannot find namespace 'Protocol'. |
80 |
| -lib/WebSocketTransport.js(19,17): error TS1003: Identifier expected. |
81 |
| -lib/WebSocketTransport.js(32,72): error TS2345: Argument of type 'import("/puppeteer/puppeteer/node_modules/@types/ws/index")' is not assignable to parameter of type 'WebSocket'. |
82 |
| - Property 'dispatchEvent' is missing in type 'import("/puppeteer/puppeteer/node_modules/@types/ws/index")' but required in type 'WebSocket'. |
83 |
| -lib/Worker.js(25,50): error TS2503: Cannot find namespace 'Protocol'. |
84 |
| -lib/Worker.js(26,24): error TS2503: Cannot find namespace 'Protocol'. |
85 |
| -lib/Worker.js(33,26): error TS2503: Cannot find namespace 'Protocol'. |
86 |
| -lib/externs.d.ts(18,26): error TS2503: Cannot find namespace 'Protocol'. |
87 |
| -lib/externs.d.ts(18,69): error TS2503: Cannot find namespace 'Protocol'. |
88 |
| -lib/externs.d.ts(19,28): error TS2503: Cannot find namespace 'Protocol'. |
89 |
| -lib/externs.d.ts(19,81): error TS2503: Cannot find namespace 'Protocol'. |
90 |
| -lib/externs.d.ts(19,121): error TS2503: Cannot find namespace 'Protocol'. |
91 |
| -lib/helper.js(45,15): error TS2503: Cannot find namespace 'Protocol'. |
92 |
| -lib/helper.js(63,15): error TS2503: Cannot find namespace 'Protocol'. |
93 |
| -lib/helper.js(89,15): error TS2503: Cannot find namespace 'Protocol'. |
| 3 | +src/Launcher.js(181,17): error TS1003: Identifier expected. |
| 4 | +src/Launcher.js(359,17): error TS1003: Identifier expected. |
| 5 | +src/PipeTransport.js(19,17): error TS1003: Identifier expected. |
| 6 | +src/WebSocketTransport.js(19,17): error TS1003: Identifier expected. |
94 | 7 |
|
95 | 8 |
|
96 | 9 |
|
|
0 commit comments