zig: bun.sourcemap -> bun.SourceMap (#23477)

This commit is contained in:
Meghan Denny
2025-10-27 11:26:09 -08:00
committed by GitHub
parent b280e8d326
commit 1e849b905a
22 changed files with 73 additions and 74 deletions

View File

@@ -1551,7 +1551,7 @@ const w = std.os.windows;
const bun = @import("bun");
const Environment = bun.Environment;
const Output = bun.Output;
const SourceMap = bun.sourcemap;
const SourceMap = bun.SourceMap;
const StringPointer = bun.StringPointer;
const Syscall = bun.sys;
const macho = bun.macho;