mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
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:
@@ -176,7 +176,5 @@ const std = @import("std");
|
||||
const JSValue = JSC.JSValue;
|
||||
const JSGlobalObject = JSC.JSGlobalObject;
|
||||
const CallFrame = JSC.CallFrame;
|
||||
const Node = JSC.Node;
|
||||
const ArgumentsSlice = JSC.CallFrame.ArgumentsSlice;
|
||||
const assert = bun.assert;
|
||||
const log = bun.Output.scoped(.ParsedShellScript, true);
|
||||
|
||||
Reference in New Issue
Block a user