mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
import everything from "bun" where possible
This commit is contained in:
@@ -9,12 +9,12 @@ const std = @import("std");
|
||||
const os = std.os;
|
||||
|
||||
const Dir = std.fs.Dir;
|
||||
const JSC = @import("../../jsc.zig");
|
||||
const JSC = @import("bun").JSC;
|
||||
const PathString = JSC.PathString;
|
||||
|
||||
const IteratorError = error{ AccessDenied, SystemResources } || os.UnexpectedError;
|
||||
const mem = std.mem;
|
||||
const strings = @import("../../global.zig").strings;
|
||||
const strings = @import("bun").strings;
|
||||
const Maybe = JSC.Maybe;
|
||||
const File = std.fs.File;
|
||||
const Result = Maybe(?Entry);
|
||||
|
||||
Reference in New Issue
Block a user