mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
77 lines
4.1 KiB
Plaintext
77 lines
4.1 KiB
Plaintext
gulp-google-closure-compiler: 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_14.js:59: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
* @param {PropertiesClassConstructor} ctor PropertiesClass constructor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:60: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
* @return {PropertiesClassConstructor} Super class constructor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:63: WARNING - Type annotation references non-existent type PropertiesClassConstructor.
|
|
const proto = /** @type {PropertiesClassConstructor} */ (ctor).prototype;
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:88: WARNING - Property _properties never defined on this of type PropertiesClass
|
|
const props = this._properties;
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:90: WARNING - Property prototype never defined on $jscomp$this of type PropertiesClass
|
|
return this.prototype._attributeForProperty(p);
|
|
^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:101: WARNING - parameter name does not appear in PropertiesClass.finalize's parameter list
|
|
static finalize() { // eslint-disable-line no-unused-vars
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:135: WARNING - Property properties never defined on this of type PropertiesClass
|
|
const props = this.properties;
|
|
^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:153: WARNING - Property _ownProperties never defined on this of type PropertiesClass
|
|
superCtor && superCtor._properties, this._ownProperties);
|
|
^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:160: WARNING - Property prototype never defined on this of type PropertiesClass
|
|
const proto = this.prototype;
|
|
^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:161: WARNING - This property cannot be @const. The @const annotation is only allowed for properties of namespaces, prototype properties, static properties of constructors, and properties of the form this.prop declared inside constructors and prototype methods.
|
|
const attrInfo = this.__attributeInfo = {};
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:162: WARNING - Property _properties never defined on this of type PropertiesClass{__attributeInfo: Object{}}
|
|
const props = this._properties;
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_14.js:199: WARNING - Property localName never defined on this of type PropertiesClass{constructor: Function}
|
|
this.constructor.finalize(this.localName);
|
|
^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:232: WARNING - Property _finalizeClass never defined on polymerElementBase of type polymerElementBase<|function(new:polymerElementBase): ?|>
|
|
super._finalizeClass();
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:469: WARNING - Property connectedCallback never defined on polymerElementBase.prototype of type polymerElementBase.prototype
|
|
super.connectedCallback();
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
polymer.html_script_15.js:480: 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), 18 warning(s), 76.6% typed
|