-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
jscRelated to an issue in JavaScriptCoreRelated to an issue in JavaScriptCore
Description
What version of Bun is running?
1.2.4+fd9a5ea66
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
Hi,
I would like to report an issue I encountered in Bun while I was running the following code snippet:
var count = 0;
var r = /./gu;
r.lastIndex = 1;
console.log(r.exec("\ud800\udc00\ud801\udc01")[0]); // Node and Deno: 𐀀, Bun: 𐐁Regards,
Kevin
What is the expected behavior?
𐀀
What do you see instead?
𐐁
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
jscRelated to an issue in JavaScriptCoreRelated to an issue in JavaScriptCore