mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
import everything from "bun" where possible
This commit is contained in:
@@ -2,7 +2,7 @@ const schema = @import("./api/schema.zig");
|
||||
const Api = schema.Api;
|
||||
const std = @import("std");
|
||||
const Fs = @import("./fs.zig");
|
||||
const bun = @import("global.zig");
|
||||
const bun = @import("bun");
|
||||
const string = bun.string;
|
||||
const Output = bun.Output;
|
||||
const Global = bun.Global;
|
||||
|
||||
Reference in New Issue
Block a user