-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(hstr): Introduce Wtf8Atom
#11104
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
Conversation
🦋 Changeset detectedLatest commit: dc8df0a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #11104 will not alter performanceComparing Summary
Footnotes |
Binding test failed to the same reason as https://github.com/swc-project/swc/actions/runs/17853640640/job/50767647737 |
Wtf8Atom
Wtf8Atom
I think you'd better move wtf8atom related code to an isolated mod |
Is it ready for a merge? |
@kdy1 It's ready now. I've added a new commit to replace |
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.
I'll merge this once https://github.com/swc-project/swc/actions/runs/17944643950 finishes
Description:
Continue from #11085
This PR adds
Wtf8Atom
to represent unpaired surrogates (i.e. lone surrogates) in Rust.BREAKING CHANGE:
Related issue (if exists):
Reimplemented a part of #10987