mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
bun run zig-format
This commit is contained in:
committed by
github-actions[bot]
parent
c9bf8c39f5
commit
fae579e26f
@@ -1,20 +1,14 @@
|
||||
const bun = @import("bun");
|
||||
const std = @import("std");
|
||||
const strings = @import("../string_immutable.zig");
|
||||
const logger = bun.logger;
|
||||
const PackageManager = @import("./install.zig").PackageManager;
|
||||
const DotEnv = @import("../env_loader.zig");
|
||||
const Environment = @import("../env.zig");
|
||||
const Process = bun.spawn.Process;
|
||||
const Output = bun.Output;
|
||||
const Global = bun.Global;
|
||||
const JSC = bun.JSC;
|
||||
const ExtractData = @import("./install.zig").ExtractData;
|
||||
const Resolution = @import("./resolution.zig").Resolution;
|
||||
const DependencyID = @import("./install.zig").DependencyID;
|
||||
const PackageID = @import("./install.zig").PackageID;
|
||||
const Repository = @import("./repository.zig").Repository;
|
||||
const String = bun.Semver.String;
|
||||
const Path = bun.path;
|
||||
|
||||
threadlocal var folder_name_buf: bun.PathBuffer = undefined;
|
||||
|
||||
@@ -3,9 +3,7 @@ const logger = bun.logger;
|
||||
const Dependency = @import("./dependency.zig");
|
||||
const DotEnv = @import("../env_loader.zig");
|
||||
const Environment = @import("../env.zig");
|
||||
const FileSystem = @import("../fs.zig").FileSystem;
|
||||
const Install = @import("./install.zig");
|
||||
const ExtractData = Install.ExtractData;
|
||||
const PackageManager = Install.PackageManager;
|
||||
const Semver = bun.Semver;
|
||||
const String = Semver.String;
|
||||
@@ -16,7 +14,6 @@ const GitSHA = String;
|
||||
const Path = bun.path;
|
||||
const File = bun.sys.File;
|
||||
const OOM = bun.OOM;
|
||||
const Process = bun.spawn.Process;
|
||||
const GitRunner = @import("./GitRunner.zig").GitRunner;
|
||||
|
||||
threadlocal var final_path_buf: bun.PathBuffer = undefined;
|
||||
|
||||
Reference in New Issue
Block a user