-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for unicode surrogate pairs #11
Comments
Would it be okay if I rewrote it to using ES2015 syntax? This is so we can iterate through them like https://github.com/chalk/slice-ansi/pull/8/files#diff-168726dbe96b3ce427e7fedce31bb0bcR50. Without |
Sure |
@kevva This module is now using ES2015 syntax, although I might have missed something. Interested in resolving this issue here too? |
Oh, nice that you beat me to it :). I'll take a look at it tonight! |
https://mathiasbynens.be/notes/javascript-unicode
I've added a failing skipped test: 970e1a7
The text was updated successfully, but these errors were encountered: