mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
alright basic stuff works now. still bugs with JS parser
Former-commit-id: a1dd2a2a32
This commit is contained in:
@@ -317,6 +317,10 @@ pub const NodeModuleBundle = struct {
|
||||
Output.prettyln(indent ++ "<b>{d:6} packages", .{this.bundle.packages.len});
|
||||
}
|
||||
|
||||
pub fn codeStartOffset(this: *const NodeModuleBundle) u32 {
|
||||
return @intCast(u32, jsbundle_prefix.len);
|
||||
}
|
||||
|
||||
pub fn printSummaryFromDisk(
|
||||
comptime StreamType: type,
|
||||
input: StreamType,
|
||||
|
||||
Reference in New Issue
Block a user