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

Adds String.prototype.isWellFormed and String.prototype.toWellFormed #1300

Merged
merged 5 commits into from
Jul 10, 2023

Conversation

mhassan1
Copy link
Collaborator

This PR adds polyfills for String.prototype.isWellFormed and String.prototype.toWellFormed.

It also refactors String.fromCodePoint, String.prototype.codePointAt, and _ESAbstract.AdvanceStringIndex to use new abstracts: UTF16EncodeCodePoint (which replaces UTF16Encoding), UTF16SurrogatePairToCodePoint (which replaces UTF16Decode), and CodePointAt.

@mhassan1 mhassan1 requested a review from a team as a code owner June 30, 2023 12:33
@origamiserviceuser origamiserviceuser added this to Backlog in Origami ✨ Jun 30, 2023
@github-actions github-actions bot added the library Relates to an Origami library label Jun 30, 2023
@mhassan1
Copy link
Collaborator Author

@JakeChampion @romainmenke Is this ready for merge?

@JakeChampion
Copy link
Owner

@JakeChampion @romainmenke Is this ready for merge?

Yep! I'll merge now, after someone with write access has approved the PR and nothing is left outstanding to answer/change, you should be good for merging. I believe you should have merge abilities, if you don't, let's fix that!

@JakeChampion JakeChampion merged commit fc9198e into master Jul 10, 2023
16 checks passed
Origami ✨ automation moved this from Backlog to Done Jul 10, 2023
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants