internal: make @import("bun") work in zig (#19096)

This commit is contained in:
chloe caruso
2025-04-17 12:32:47 -07:00
committed by GitHub
parent ef17164c69
commit 4ec410e0d7
542 changed files with 640 additions and 600 deletions

View File

@@ -1,5 +1,5 @@
const HashedString = @This();
const bun = @import("root").bun;
const bun = @import("bun");
ptr: [*]const u8,
len: u32,