CI: Remove unused top-level decls in formatter in zig (#19879)

Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2025-05-23 22:49:48 -07:00
committed by GitHub
parent 5d84f8a102
commit 3ea6133c46
391 changed files with 158 additions and 2667 deletions

View File

@@ -1,15 +1,7 @@
const bun = @import("bun");
const string = bun.string;
const Output = bun.Output;
const Global = bun.Global;
const Environment = bun.Environment;
const strings = bun.strings;
const MutableString = bun.MutableString;
const stringZ = bun.stringZ;
const default_allocator = bun.default_allocator;
const std = @import("std");
const open = @import("../open.zig");
const Command = bun.CLI.Command;
pub const ExecCommand = struct {