mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
import everything from "bun" where possible
This commit is contained in:
@@ -8,7 +8,7 @@ const copy = @import("std").mem.copy;
|
||||
const Env = @import("./env.zig");
|
||||
const ObjectPool = @import("./pool.zig").ObjectPool;
|
||||
|
||||
const default_allocator = @import("./global.zig").default_allocator;
|
||||
const default_allocator = @import("bun").default_allocator;
|
||||
|
||||
const Joinable = struct {
|
||||
offset: u31 = 0,
|
||||
|
||||
Reference in New Issue
Block a user