mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
25% smaller sourcemaps
This commit is contained in:
@@ -1226,7 +1226,7 @@ pub const Chunk = struct {
|
||||
|
||||
pub fn printSourceMapContents(
|
||||
chunk: Chunk,
|
||||
source: Logger.Source,
|
||||
source: *const Logger.Source,
|
||||
mutable: MutableString,
|
||||
include_sources_contents: bool,
|
||||
comptime ascii_only: bool,
|
||||
@@ -1243,7 +1243,7 @@ pub const Chunk = struct {
|
||||
|
||||
pub fn printSourceMapContentsAtOffset(
|
||||
chunk: Chunk,
|
||||
source: Logger.Source,
|
||||
source: *const Logger.Source,
|
||||
mutable: MutableString,
|
||||
include_sources_contents: bool,
|
||||
offset: usize,
|
||||
|
||||
Reference in New Issue
Block a user