We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697cf1 commit 9385436Copy full SHA for 9385436
externs/polymer-internal-shared-types.js
@@ -61,6 +61,12 @@ TemplateInfo.prototype.hostProps;
61
/** @type {!Object} */
62
TemplateInfo.prototype.propertyEffects;
63
/** @type {TemplateInfo | undefined} */
64
+TemplateInfo.prototype.nextSibling;
65
+/** @type {TemplateInfo | undefined} */
66
+TemplateInfo.prototype.previousSibling;
67
68
+TemplateInfo.prototype.firstChild;
69
70
TemplateInfo.prototype.nextTemplateInfo;
71
72
TemplateInfo.prototype.previousTemplateInfo;
0 commit comments