You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also try to using jsc in /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers/jsc to run this code (change console.log to debug), the output are correct
--> a
--> 中
So I thought the bug is in bun.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.4+fd9a5ea66
What platform is your computer?
Darwin 24.1.0 x86_64 i386
What steps can reproduce the bug?
When String.raw contain not ASCII text like chinese,Iterator are wrong,like this
What is the expected behavior?
Node output is:
What do you see instead?
Bun output is:
Additional information
I also try to using jsc in
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers/jsc
to run this code (change console.log to debug), the output are correctSo I thought the bug is in bun.
The text was updated successfully, but these errors were encountered: