Skip to content

Commit

Permalink
Update exports.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jan 1, 2025
1 parent 697d9c1 commit 57441cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bun.js/bindings/exports.zig
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ pub const ResolvedSource = extern struct {
already_bundled: bool = false,
bytecode_cache: ?[*]u8 = null,
bytecode_cache_size: usize = 0,
source_map_memory_cost: usize = 0,

pub const Tag = @import("ResolvedSourceTag").ResolvedSourceTag;
};
Expand Down

0 comments on commit 57441cb

Please sign in to comment.