Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
NavigableContainer
: convert to TypeScript #49377NavigableContainer
: convert to TypeScript #49377Changes from all commits
9c888fa
693ef7e
6c7a895
cd77edb
d2cec87
0874c35
140389d
daa4dff
4ed80a4
3c464dc
c6ae255
02b625b
b65bd7e
374218e
ad6656e
9e94394
f5c5643
38eab1a
b755c1a
1ce0274
ba887fc
bbee194
8070e00
c6188c9
5cb701f
e5a51da
53e703c
5a06166
b76bc7f
eac4a8e
ef1c3af
5111e9f
ada7f61
aca737b
55640e7
3bda5a2
ff1c555
5aef051
d0cdf31
93f9f2d
11f150a
6d34cba
2e63d19
a8b6bf5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
finder.find
returns anElement[]
. Not something for this PR, but it would be interesting to understand if the return type could be safely narrowed toHTMLElement[]
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.
Good idea
This file was deleted.