mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
import everything from "bun" where possible
This commit is contained in:
@@ -3,7 +3,7 @@ const Allocator = @import("std").mem.Allocator;
|
||||
const assert = @import("std").debug.assert;
|
||||
const copy = @import("std").mem.copy;
|
||||
const Env = @import("./env.zig");
|
||||
const bun = @import("./global.zig");
|
||||
const bun = @import("bun");
|
||||
const StringBuilder = @This();
|
||||
const DebugHashTable = if (Env.allow_assert) std.AutoHashMapUnmanaged(u64, void) else void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user