mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
internal: make @import("bun") work in zig (#19096)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const bun = @import("root").bun;
|
||||
const bun = @import("bun");
|
||||
|
||||
const Allocator = std.mem.Allocator;
|
||||
const strings = bun.strings;
|
||||
|
||||
Reference in New Issue
Block a user