-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
feat: add string/to-well-formed
#1675
feat: add string/to-well-formed
#1675
Conversation
Returns a well formed string by replacing all lone surrogates Fixes stdlib-js#1066
string/to-well-formed
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.
Thanks @Pratik772846 for working on this. Requested changes.
lib/node_modules/@stdlib/string/to-well-formed/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/to-well-formed/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
requested changes done Returns a well formed string by replacing all lone surrogates Fixes stdlib-js#1066
requested changes done Returns a well formed string by replacing all lone surrogates Fixes stdlib-js#1066
requested changes done Returns a well formed string by replacing all lone surrogates Fixes stdlib-js#1066
Signed-off-by: Pranav <[email protected]>
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.
LGTM.
I am not so great in reviewing this kind of PRs, I let Athan or Phillip review this. |
@Planeshifter Can you please review these changes? |
lib/node_modules/@stdlib/string/to-well-formed/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/string/to-well-formed/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
@Pratik772846 Implementation looks fine; will merge after CI has passed. Thank you! |
Returns a well-formed string by replacing all lone surrogates
Fixes #1066
Resolves # 1066
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers