[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-07 19:55:21 +00:00
committed by GitHub
parent 9fb82966c4
commit 7faf1bd1bd
2 changed files with 2 additions and 5 deletions

View File

@@ -969,7 +969,6 @@ const expect = std.testing.expect;
const bun = @import("bun");
const Environment = bun.Environment;
const MutableString = bun.MutableString;
const Output = bun.Output;
const assert = bun.assert;
const default_allocator = bun.default_allocator;
const js_printer = bun.js_printer;

View File

@@ -5998,17 +5998,15 @@ const std = @import("std");
const bun = @import("bun");
const Environment = bun.Environment;
const FeatureFlags = bun.FeatureFlags;
const FileDescriptorType = bun.FileDescriptor;
const ImportRecord = bun.ImportRecord;
const MutableString = bun.MutableString;
const OOM = bun.OOM;
const Output = bun.Output;
const StoredFileDescriptorType = bun.StoredFileDescriptorType;
const StackOverflow = bun.StackOverflow;
const assert = bun.assert;
const js_lexer = bun.js_lexer;
const logger = bun.logger;
const api = bun.schema.api;
const OOM = bun.OOM;
const StackOverflow = bun.StackOverflow;
const js_ast = bun.ast;
const Ast = js_ast.Ast;