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

url: do not use object as hashmap #47415

Merged
merged 2 commits into from
Apr 7, 2023
Merged

Conversation

TimothyGu
Copy link
Member

Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).

Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 5, 2023

Review requested:

  • @nodejs/url

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Apr 5, 2023
@TimothyGu TimothyGu requested a review from anonrig April 5, 2023 03:25
@TimothyGu TimothyGu added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 5, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 5, 2023
@nodejs-github-bot
Copy link
Collaborator

lib/internal/url.js Outdated Show resolved Hide resolved
@nodejs-github-bot
Copy link
Collaborator

@TimothyGu TimothyGu added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 5, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 5, 2023
@nodejs-github-bot
Copy link
Collaborator

@anonrig anonrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 6, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@TimothyGu TimothyGu added commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Apr 7, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 7, 2023
@nodejs-github-bot nodejs-github-bot merged commit 0c76922 into nodejs:main Apr 7, 2023
33 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 0c76922

@TimothyGu TimothyGu deleted the url-map2 branch April 7, 2023 04:11
@TimothyGu TimothyGu added backport-requested-v19.x backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. labels Apr 7, 2023
@TimothyGu TimothyGu added lts-watch-v16.x lts-watch-v18.x PRs that may need to be released in v18.x. and removed backport-requested-v16.x backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. labels Apr 7, 2023
RafaelGSS pushed a commit that referenced this pull request Apr 13, 2023
Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).

PR-URL: #47415
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).

PR-URL: #47415
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).

PR-URL: nodejs#47415
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@targos targos added backported-to-v18.x PRs backported to the v18.x-staging branch. and removed lts-watch-v18.x PRs that may need to be released in v18.x. labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backported-to-v18.x PRs backported to the v18.x-staging branch. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. whatwg-url Issues and PRs related to the WHATWG URL implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants