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.
refactor: remove deprecated
url.parse()
method #7751New 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
refactor: remove deprecated
url.parse()
method #7751Changes from all commits
59c94dd
4ee0264
97922c7
3388d58
f0e4c55
703bfde
ca00fc1
fe5105e
3579d2a
e5962b6
8dccff3
1da1fba
3a7acc4
7a21d31
41ad90d
5c7a7f3
f3bf93d
0f3275e
716b300
ef380e7
6ba5d65
97c7908
7d554f0
0072af0
0efba80
af3a903
4a00035
6b26dd5
24737d1
1a9a66c
f7978cd
92ae2cf
f50e2a0
0a699d2
b176032
7618a25
6f349f2
e106f6e
89024f8
5d23976
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.
These tests are added because the design of
batch.makeBatchRoutingPathFunction
attempts to handle this, but these two added test fail with theurl.parse
implementation of the code.