Skip to content

Commit

Permalink
Remove unused TemplateInfo properties from types.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Aug 28, 2019
1 parent 9385436 commit 5d6f34f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions externs/polymer-internal-shared-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ export interface TemplateInfo {
hasInsertionPoint?: boolean;
hostProps: Object;
propertyEffects: Object;
nextTemplateInfo?: TemplateInfo;
previousTemplateInfo?: TemplateInfo;
childNodes: Node[];
wasPreBound: boolean;
}
Expand Down

0 comments on commit 5d6f34f

Please sign in to comment.