mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user