Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type for TemplateInfo#parent. #5586

Merged
merged 3 commits into from
Sep 4, 2019

Conversation

bicknellr
Copy link
Member

No description provided.

@@ -64,6 +64,8 @@ TemplateInfo.prototype.propertyEffects;
TemplateInfo.prototype.nextTemplateInfo;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.previousTemplateInfo;
/** @type {TemplateInfo | undefined} */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need all these to avoid a diff:

/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.nextSibling;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.previousSibling;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.firstChild;
/** @type {TemplateInfo | undefined} */
TemplateInfo.prototype.parent;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@bicknellr
Copy link
Member Author

ping

@kevinpschaaf kevinpschaaf merged commit c0f86cc into legacy-undefined-noBatch Sep 4, 2019
@kevinpschaaf kevinpschaaf deleted the closure-TemplateInfo branch September 4, 2019 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants