mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
This commit is contained in:
@@ -3538,7 +3538,7 @@ pub fn NewPrinter(
|
||||
// we need to handle symbol collisions for this
|
||||
p.print("$eXp0rT_");
|
||||
var buf: [16]u8 = undefined;
|
||||
p.print(std.fmt.bufPrint(&buf, "{}", .{std.fmt.fmtSliceHexLower(&@bitCast([4]u8, symbol_counter))}) catch unreachable);
|
||||
p.print(std.fmt.bufPrint(&buf, "{}", .{bun.fmt.hexIntLower(symbol_counter)}) catch unreachable);
|
||||
symbol_counter +|= 1;
|
||||
p.printWhitespacer(ws(" as "));
|
||||
p.print(item.alias);
|
||||
|
||||
Reference in New Issue
Block a user