|
1 | 1 | Exit Code: 1
|
2 | 2 | Standard output:
|
3 |
| -../../../../built/local/lib.dom.d.ts(2354,11): error TS2300: Duplicate identifier 'CSSRule'. |
4 |
| -../../../../built/local/lib.dom.d.ts(2373,13): error TS2300: Duplicate identifier 'CSSRule'. |
5 |
| -../../../../built/local/lib.dom.d.ts(3150,11): error TS2300: Duplicate identifier 'Comment'. |
6 |
| -../../../../built/local/lib.dom.d.ts(3153,13): error TS2300: Duplicate identifier 'Comment'. |
7 |
| -../../../../built/local/lib.dom.d.ts(4846,11): error TS2300: Duplicate identifier 'Event'. |
8 |
| -../../../../built/local/lib.dom.d.ts(4905,13): error TS2300: Duplicate identifier 'Event'. |
9 |
| -../../../../built/local/lib.dom.d.ts(11124,11): error TS2300: Duplicate identifier 'Position'. |
10 |
| -../../../../built/local/lib.dom.d.ts(11819,11): error TS2300: Duplicate identifier 'Request'. |
11 |
| -../../../../built/local/lib.dom.d.ts(11899,13): error TS2300: Duplicate identifier 'Request'. |
12 |
| -../../../../built/local/lib.dom.d.ts(16316,11): error TS2300: Duplicate identifier 'Window'. |
13 |
| -../../../../built/local/lib.dom.d.ts(16447,13): error TS2300: Duplicate identifier 'Window'. |
| 3 | +../../../../built/local/lib.dom.d.ts(2358,11): error TS2300: Duplicate identifier 'CSSRule'. |
| 4 | +../../../../built/local/lib.dom.d.ts(2377,13): error TS2300: Duplicate identifier 'CSSRule'. |
| 5 | +../../../../built/local/lib.dom.d.ts(3154,11): error TS2300: Duplicate identifier 'Comment'. |
| 6 | +../../../../built/local/lib.dom.d.ts(3157,13): error TS2300: Duplicate identifier 'Comment'. |
| 7 | +../../../../built/local/lib.dom.d.ts(4850,11): error TS2300: Duplicate identifier 'Event'. |
| 8 | +../../../../built/local/lib.dom.d.ts(4909,13): error TS2300: Duplicate identifier 'Event'. |
| 9 | +../../../../built/local/lib.dom.d.ts(11128,11): error TS2300: Duplicate identifier 'Position'. |
| 10 | +../../../../built/local/lib.dom.d.ts(11823,11): error TS2300: Duplicate identifier 'Request'. |
| 11 | +../../../../built/local/lib.dom.d.ts(11903,13): error TS2300: Duplicate identifier 'Request'. |
| 12 | +../../../../built/local/lib.dom.d.ts(16320,11): error TS2300: Duplicate identifier 'Window'. |
| 13 | +../../../../built/local/lib.dom.d.ts(16451,13): error TS2300: Duplicate identifier 'Window'. |
14 | 14 | ../../../../built/local/lib.es5.d.ts(1406,11): error TS2300: Duplicate identifier 'ArrayLike'.
|
15 | 15 | ../../../../built/local/lib.es5.d.ts(1442,6): error TS2300: Duplicate identifier 'Record'.
|
16 | 16 | ../../../../node_modules/@types/node/index.d.ts(150,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
|
@@ -366,12 +366,9 @@ node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(4
|
366 | 366 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(450,37): error TS2339: Property 'AnimationUI' does not exist on type '{ new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation; prototype: Animation; }'.
|
367 | 367 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(457,22): error TS2694: Namespace 'Common' has no exported member 'Event'.
|
368 | 368 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(484,36): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'.
|
369 |
| -node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(566,10): error TS2322: Type '{ transform: string; }' is not assignable to type 'string | string[] | Keyframe'. |
370 |
| - Type '{ transform: string; }' is not assignable to type 'string'. |
371 |
| -node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(566,42): error TS2322: Type '{ transform: string; }' is not assignable to type 'string | string[] | Keyframe'. |
372 |
| - Type '{ transform: string; }' is not assignable to type 'string'. |
373 | 369 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(571,18): error TS2339: Property 'window' does not exist on type 'Element'.
|
374 | 370 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(587,44): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'.
|
| 371 | +node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(588,9): error TS2367: This condition will always return 'false' since the types 'AnimationPlayState' and '"pending"' have no overlap. |
375 | 372 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(589,20): error TS2339: Property 'window' does not exist on type 'Element'.
|
376 | 373 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(605,38): error TS2339: Property 'x' does not exist on type 'Event'.
|
377 | 374 | node_modules/chrome-devtools-frontend/front_end/animation/AnimationTimeline.js(612,41): error TS2339: Property 'x' does not exist on type 'Event'.
|
@@ -3617,10 +3614,6 @@ node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(217,25)
|
3617 | 3614 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(241,27): error TS2339: Property 'focus' does not exist on type 'Element'.
|
3618 | 3615 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(251,13): error TS2339: Property 'style' does not exist on type 'Element'.
|
3619 | 3616 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(251,39): error TS2339: Property 'sprintf' does not exist on type 'StringConstructor'.
|
3620 |
| -node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(253,24): error TS2322: Type '{ opacity: number; }' is not assignable to type 'string | string[] | Keyframe'. |
3621 |
| - Type '{ opacity: number; }' is not assignable to type 'string'. |
3622 |
| -node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(253,38): error TS2322: Type '{ opacity: number; }' is not assignable to type 'string | string[] | Keyframe'. |
3623 |
| - Type '{ opacity: number; }' is not assignable to type 'string'. |
3624 | 3617 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(254,13): error TS2339: Property 'title' does not exist on type 'Element'.
|
3625 | 3618 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(259,36): error TS2694: Namespace 'ColorPicker.Spectrum' has no exported member 'Palette'.
|
3626 | 3619 | node_modules/chrome-devtools-frontend/front_end/color_picker/Spectrum.js(272,22): error TS2339: Property '__mutable' does not exist on type 'Element'.
|
@@ -5538,12 +5531,6 @@ node_modules/chrome-devtools-frontend/front_end/elements/PropertiesWidget.js(153
|
5538 | 5531 | node_modules/chrome-devtools-frontend/front_end/elements/PropertiesWidget.js(162,22): error TS2694: Namespace 'Common' has no exported member 'Event'.
|
5539 | 5532 | node_modules/chrome-devtools-frontend/front_end/elements/StylePropertyHighlighter.js(29,25): error TS2339: Property 'property' does not exist on type 'TreeElement'.
|
5540 | 5533 | node_modules/chrome-devtools-frontend/front_end/elements/StylePropertyHighlighter.js(43,42): error TS2339: Property 'scrollIntoViewIfNeeded' does not exist on type 'Element'.
|
5541 |
| -node_modules/chrome-devtools-frontend/front_end/elements/StylePropertyHighlighter.js(46,11): error TS2322: Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string | string[] | Keyframe'. |
5542 |
| - Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string'. |
5543 |
| -node_modules/chrome-devtools-frontend/front_end/elements/StylePropertyHighlighter.js(47,11): error TS2322: Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string | string[] | Keyframe'. |
5544 |
| - Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string'. |
5545 |
| -node_modules/chrome-devtools-frontend/front_end/elements/StylePropertyHighlighter.js(47,69): error TS2322: Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string | string[] | Keyframe'. |
5546 |
| - Type '{ offset: number; backgroundColor: string; }' is not assignable to type 'string'. |
5547 | 5534 | node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(35,18): error TS2339: Property 'tabIndex' does not exist on type 'Element'.
|
5548 | 5535 | node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(50,51): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
5549 | 5536 | node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(69,32): error TS2339: Property '_instance' does not exist on type 'typeof StylesSidebarPane'.
|
@@ -6083,13 +6070,6 @@ node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(429,1
|
6083 | 6070 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(529,12): error TS2339: Property '_fire' does not exist on type 'EventSinkImpl'.
|
6084 | 6071 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(544,12): error TS2339: Property '_fire' does not exist on type 'EventSinkImpl'.
|
6085 | 6072 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(551,12): error TS2339: Property '_fire' does not exist on type 'EventSinkImpl'.
|
6086 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(768,19): error TS2339: Property 'inspectedWindow' does not exist on type '{}'. |
6087 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(769,19): error TS2339: Property 'inspectedWindow' does not exist on type '{}'. |
6088 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(770,19): error TS2339: Property 'inspectedWindow' does not exist on type '{}'. |
6089 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(771,19): error TS2339: Property 'network' does not exist on type '{}'. |
6090 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(772,19): error TS2339: Property 'panels' does not exist on type '{}'. |
6091 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(773,19): error TS2339: Property 'panels' does not exist on type '{}'. |
6092 |
| -node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(786,68): error TS2339: Property 'inspectedWindow' does not exist on type '{}'. |
6093 | 6073 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(789,21): error TS2339: Property 'exposeWebInspectorNamespace' does not exist on type 'ExtensionDescriptor'.
|
6094 | 6074 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionAPI.js(790,12): error TS2339: Property 'webInspector' does not exist on type 'Window'.
|
6095 | 6075 | node_modules/chrome-devtools-frontend/front_end/extensions/ExtensionPanel.js(232,23): error TS2339: Property 'style' does not exist on type 'Element'.
|
|
0 commit comments