@@ -5,12 +5,24 @@ Found : undefined
5
5
return window.Polymer._polymerFn(info);
6
6
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7
7
8
+ /polymer.html_script_1.js:44: WARNING - The right side in the assignment is not a subtype of the left side.
9
+ Expected : T
10
+ Found : Function|null
11
+ More details:
12
+ The found type is a union that includes an unexpected type: null
13
+ mixin = cachingMixin(mixin);
14
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
+
8
16
/polymer.html_script_1.js:44: WARNING - Invalid type for parameter 1 of function cachingMixin.
9
17
Expected : Function|null
10
18
Found : T
11
19
12
- let cachedMixin = cachingMixin(mixin);
13
- ^^^^^
20
+ mixin = cachingMixin(mixin);
21
+ ^^^^^
22
+
23
+ /polymer.html_script_1.js:46: WARNING - Cannot create property __dedupeId on non-object type T.
24
+ mixin.__dedupeId = ++dedupeId;
25
+ ^^^^^
14
26
15
27
/polymer.html_script_1.js:47: WARNING - Returned type does not match declared return type.
16
28
Expected : T
@@ -693,7 +705,7 @@ Found : PolymerElement
693
705
!(window.customElements.polyfillWrapFlushCallback);
694
706
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
695
707
696
- /polymer.html_script_22.js:855 : WARNING - Function this.splice: called with 3 argument(s). Function requires at least 4 argument(s) and at most 4.
708
+ /polymer.html_script_22.js:857 : WARNING - Function this.splice: called with 3 argument(s). Function requires at least 4 argument(s) and at most 4.
697
709
return this.splice(arrayOrPath, index, 1);
698
710
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
699
711
@@ -1366,4 +1378,4 @@ externs/closure-types.js:759: WARNING - property toggle on interface Polymer_Arr
1366
1378
Polymer_ArraySelectorMixin.prototype.toggle;
1367
1379
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1368
1380
1369
- 0 error(s), 297 warning(s), 72.7% typed
1381
+ 0 error(s), 299 warning(s), 72.7% typed
0 commit comments