mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +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:
@@ -5,7 +5,7 @@ pub const PatchCommitCommand = struct {
|
||||
};
|
||||
|
||||
const bun = @import("bun");
|
||||
const Command = bun.CLI.Command;
|
||||
const Command = bun.cli.Command;
|
||||
|
||||
const PackageManager = bun.install.PackageManager;
|
||||
const updatePackageJSONAndInstallCatchError = PackageManager.updatePackageJSONAndInstallCatchError;
|
||||
|
||||
Reference in New Issue
Block a user