Remove unused TemplateInfo properties from types.

This commit is contained in:
Russell Bicknell
2019-08-27 17:25:00 -07:00
parent 9385436491
commit 5d6f34f5b1
2 changed files with 0 additions and 6 deletions

View File

@@ -67,10 +67,6 @@ TemplateInfo.prototype.previousSibling;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.firstChild;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.nextTemplateInfo;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.previousTemplateInfo;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.parent;
/** @type {!Array<!Node>} */
TemplateInfo.prototype.childNodes;