-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
dom: Add types to miscellaneous files #30774
Conversation
Size Change: +6 B (0%) Total Size: 1.46 MB
ℹ️ View Unchanged
|
99e5875
to
1967407
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me! 👍
Failing e2e tests aren't related, right?
* | ||
* @return {?Element} Scrollable container node, if found. | ||
* @return {undefined | Element} Scrollable container node, if found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I generally prefer X | undefined
instead of undefined | X
. Or is there a reason to prefer the latter?
1967407
to
348f5cf
Compare
Description
Adds types to miscellaneous
dom
files.Part of #18838
How has this been tested?
Minimal to zero runtime checks (just null checks), e2e tests pass, unit tests pass, type checks pass
Types of changes
New feature
Checklist:
*.native.js
files for terms that need renaming or removal).