mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add type for TemplateInfo#parent.
This commit is contained in:
@@ -64,6 +64,8 @@ TemplateInfo.prototype.propertyEffects;
|
||||
TemplateInfo.prototype.nextTemplateInfo;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.previousTemplateInfo;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.parent;
|
||||
/** @type {!Array<!Node>} */
|
||||
TemplateInfo.prototype.childNodes;
|
||||
/** @type {boolean} */
|
||||
|
||||
Reference in New Issue
Block a user