[bun install] Lockfile saves. Starting to implement diffing

This commit is contained in:
Jarred Sumner
2021-12-02 01:11:15 -08:00
parent 118ed4d2ab
commit c6dcc1cd9e
4 changed files with 1000 additions and 354 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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),
};
}