mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -1501,10 +1501,8 @@ pub const Behavior = packed struct(u8) {
|
||||
|
||||
const string = []const u8;
|
||||
|
||||
const npm_package_arg = @import("npm_package_arg.zig");
|
||||
const hosted_git_info = @import("hosted_git_info.zig");
|
||||
|
||||
const Environment = @import("../env.zig");
|
||||
const hosted_git_info = @import("./hosted_git_info.zig");
|
||||
const std = @import("std");
|
||||
const Repository = @import("./repository.zig").Repository;
|
||||
|
||||
|
||||
@@ -1618,7 +1618,6 @@ pub const TestingAPIs = struct {
|
||||
};
|
||||
|
||||
const PathResolver = @import("../bun.js/node/path.zig");
|
||||
const pathlib = @import("../paths/Path.zig");
|
||||
const std = @import("std");
|
||||
const validate_npm_package_name = @import("./validate_npm_package_name.zig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user