mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
zig: bun.sourcemap -> bun.SourceMap (#23477)
This commit is contained in:
@@ -726,7 +726,7 @@ const std = @import("std");
|
||||
|
||||
const bun = @import("bun");
|
||||
const Bitset = bun.bit_set.DynamicBitSetUnmanaged;
|
||||
const LineOffsetTable = bun.sourcemap.LineOffsetTable;
|
||||
const LineOffsetTable = bun.SourceMap.LineOffsetTable;
|
||||
|
||||
const Output = bun.Output;
|
||||
const prettyFmt = Output.prettyFmt;
|
||||
|
||||
Reference in New Issue
Block a user