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

Fix URL.canParse.length #9710

Merged
merged 3 commits into from
Mar 29, 2024
Merged

Conversation

PondWader
Copy link
Contributor

What does this PR do?

Fixes #9250

URL.canParse.length should be 1:
image

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

I wrote automated tests

  • I included a test for the new code, or existing tests cover it
  • I ran my tests locally and they pass (bun-debug test test-file-name.test)

@PondWader PondWader changed the title Fix url can parse length Fix URL.canParse.length Mar 29, 2024
@jdalton
Copy link
Contributor

jdalton commented Mar 29, 2024

Thank you @PondWader!

@Jarred-Sumner Jarred-Sumner merged commit 9ecb691 into oven-sh:main Mar 29, 2024
24 of 30 checks passed
zloirock added a commit to zloirock/core-js that referenced this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL.canParse.length should be 1
3 participants