Skip to content

Commit

Permalink
Add type for TemplateInfo#parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Aug 27, 2019
1 parent 590f74a commit 2697cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions externs/polymer-internal-shared-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} */
Expand Down

0 comments on commit 2697cf1

Please sign in to comment.