diff options
Diffstat (limited to 'src/node_module_bundle.zig')
-rw-r--r-- | src/node_module_bundle.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_module_bundle.zig b/src/node_module_bundle.zig index 5f9a38afd..ccf7877e7 100644 --- a/src/node_module_bundle.zig +++ b/src/node_module_bundle.zig @@ -26,7 +26,7 @@ pub const BundledPackageID = u32; const PackageIDMap = std.AutoHashMap(BundledPackageHash, BundledPackageID); -const PackageNameMap = std.StringHashMap([]BundledPackageID); +const PackageNameMap = bun.StringHashMap([]BundledPackageID); pub const AllocatedString = struct { str: string, |