mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1101,6 +1101,8 @@ pub const UpdateInteractiveCommand = struct {
|
||||
|
||||
extern fn Bun__ttySetMode(fd: c_int, mode: c_int) c_int;
|
||||
|
||||
const string = []const u8;
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const bun = @import("bun");
|
||||
@@ -1112,16 +1114,15 @@ const Output = bun.Output;
|
||||
const PathBuffer = bun.PathBuffer;
|
||||
const glob = bun.glob;
|
||||
const path = bun.path;
|
||||
const string = bun.string;
|
||||
const strings = bun.strings;
|
||||
const FileSystem = bun.fs.FileSystem;
|
||||
|
||||
const Command = bun.CLI.Command;
|
||||
const OutdatedCommand = bun.CLI.OutdatedCommand;
|
||||
|
||||
const Semver = bun.Semver;
|
||||
const SlicedString = Semver.SlicedString;
|
||||
|
||||
const Command = bun.cli.Command;
|
||||
const OutdatedCommand = bun.cli.OutdatedCommand;
|
||||
|
||||
const Install = bun.install;
|
||||
const DependencyID = Install.DependencyID;
|
||||
const PackageID = Install.PackageID;
|
||||
|
||||
Reference in New Issue
Block a user