mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Update fs.zig
This commit is contained in:
@@ -21,6 +21,9 @@ const PathString = _global.PathString;
|
||||
const allocators = @import("./allocators.zig");
|
||||
const hash_map = @import("hash_map.zig");
|
||||
|
||||
pub const MAX_PATH_BYTES = _global.MAX_PATH_BYTES;
|
||||
pub const PathBuffer = [_global.MAX_PATH_BYTES]u8;
|
||||
|
||||
// pub const FilesystemImplementation = @import("fs_impl.zig");
|
||||
|
||||
pub const Preallocate = struct {
|
||||
|
||||
Reference in New Issue
Block a user