mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
internal: make @import("bun") work in zig (#19096)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const HashedString = @This();
|
||||
const bun = @import("root").bun;
|
||||
const bun = @import("bun");
|
||||
|
||||
ptr: [*]const u8,
|
||||
len: u32,
|
||||
|
||||
Reference in New Issue
Block a user