mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
meta: ensure there's a single 'bun' import per file in zig (#10137)
* meta: ensure there's a single 'bun' import per file in zig * undo this change in codegen
This commit is contained in:
@@ -2441,7 +2441,7 @@ pub fn elementLengthLatin1IntoUTF8(comptime Type: type, latin1_: Type) usize {
|
||||
return input_len + total_non_ascii_count;
|
||||
}
|
||||
|
||||
const JSC = @import("root").bun.JSC;
|
||||
const JSC = bun.JSC;
|
||||
|
||||
pub fn copyLatin1IntoUTF16(comptime Buffer: type, buf_: Buffer, comptime Type: type, latin1_: Type) EncodeIntoResult {
|
||||
var buf = buf_;
|
||||
|
||||
Reference in New Issue
Block a user