mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
@@ -181,7 +181,7 @@ pub fn toUTF16Buf(in: string, out: []u16) usize {
|
||||
}
|
||||
}
|
||||
|
||||
return utf8Iterator.i;
|
||||
return i;
|
||||
}
|
||||
|
||||
pub fn toUTF16Alloc(in: string, allocator: *std.mem.Allocator) !JavascriptString {
|
||||
|
||||
Reference in New Issue
Block a user