mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
feat(bundler): Add --sourcemap=linked for //# sourceMappingURL comments (#11983)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -1904,7 +1904,7 @@ pub const DebugIDFormatter = struct {
|
||||
// We fill the end of the id with "bun!bun!" hex encoded
|
||||
var buf: [32]u8 = undefined;
|
||||
const formatter = bun.fmt.hexIntUpper(self.id);
|
||||
_ = std.fmt.bufPrint(&buf, "{}64756e2164756e21", .{formatter}) catch unreachable;
|
||||
_ = std.fmt.bufPrint(&buf, "{}64756E2164756E21", .{formatter}) catch unreachable;
|
||||
try writer.writeAll(&buf);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user