mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
89 lines
4.7 KiB
Plaintext
89 lines
4.7 KiB
Plaintext
gulp-google-closure-compiler: externs/closure-types.js:28: WARNING - property _generatePropertyAccessor on interface Polymer_PropertiesChanged is not implemented by type PropertiesChanged
|
|
Polymer_PropertiesChanged.prototype._generatePropertyAccessor = function(property, readOnly){};
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
externs/closure-types.js:124: WARNING - property _propertyForAttribute on interface Polymer_PropertiesChanged is not implemented by type PropertiesChanged
|
|
Polymer_PropertiesChanged.prototype._propertyForAttribute = function(attribute){};
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
externs/closure-types.js:129: WARNING - property _attributeForProperty on interface Polymer_PropertiesChanged is not implemented by type PropertiesChanged
|
|
Polymer_PropertiesChanged.prototype._attributeForProperty = function(property){};
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
externs/closure-types.js:133: WARNING - property _typeForProperty on interface Polymer_PropertiesChanged is not implemented by type PropertiesChanged
|
|
Polymer_PropertiesChanged.prototype._typeForProperty = function(name){};
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
externs/closure-types.js:144: WARNING - property __dataCounter on interface Polymer_PropertyAccessors is not implemented by type PropertyAccessors
|
|
Polymer_PropertyAccessors.prototype.__dataCounter;
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
externs/closure-types.js:941: WARNING - property disconnectedCallback not defined on any supertype of Polymer_LegacyElementMixin
|
|
Polymer_LegacyElementMixin.prototype.disconnectedCallback = function(){};
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_10.js:6: WARNING - Type annotation references non-existent type AsyncInterface.
|
|
/** @const {!AsyncInterface} */
|
|
^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_11.js:262: WARNING - Property _definePropertyAccessor never defined on base.prototype of type base.prototype
|
|
super._definePropertyAccessor(property, readOnly);
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_13.js:1134: WARNING - Found two declarations for property __dataCounter on type PropertyEffects.
|
|
|
|
this.__dataCounter;
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:56: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
* @param {PropertiesClassConstructor} constructor PropertiesClass constructor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:57: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
* @return {PropertiesClassConstructor} Super class constructor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:60: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
const proto = /** @type {PropertiesClassConstructor} */ (constructor).prototype;
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:72: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
* @param {PropertiesClassConstructor} constructor PropertiesClass constructor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:98: WARNING - Property _properties never defined on this of type PropertiesClass
|
|
const props = this._properties;
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:100: WARNING - Property attributeNameForProperty never defined on $jscomp$this of type PropertiesClass
|
|
return this.attributeNameForProperty(p);
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:212: WARNING - Invalid type(s) for operator IN.
|
|
Expected : Object
|
|
Found : (PolymerElement|null)
|
|
|
|
if (!info.readOnly && !(name in proto)) {
|
|
^^^^^
|
|
|
|
polymer.html_script_15.js:226: WARNING - Property _finalizeClass never defined on polymerElementBase of type polymerElementBase<|function(new:polymerElementBase): ?|>
|
|
super._finalizeClass();
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:463: WARNING - Property connectedCallback never defined on polymerElementBase.prototype of type polymerElementBase.prototype
|
|
super.connectedCallback();
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:474: WARNING - The right side in the assignment is not a subtype of the left side.
|
|
Expected : IObject<string,Element>
|
|
Found : IObject<string,Node>
|
|
|
|
this.$ = this.root.$;
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_9.js:57: WARNING - Type annotation references non-existent type AsyncInterface.
|
|
* @return {AsyncInterface} An async timeout interface
|
|
^^^^^^^^^^^^^^
|
|
|
|
0 error(s), 20 warning(s), 76.6% typed
|