mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
[bun install] Lockfile saves. Starting to implement diffing
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,6 @@ pub const ExternalString = extern struct {
|
||||
return Small{
|
||||
.off = 0,
|
||||
.len = @truncate(u32, in.len),
|
||||
.hash = std.hash.Wyhash.hash(0, in),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user