Add type for TemplateInfo#parent.

This commit is contained in:
Russell Bicknell
2019-08-27 16:55:04 -07:00
parent 590f74ae3e
commit 2697cf10b6

View File

@@ -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} */