mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -23,7 +23,6 @@ const Decl = G.Decl;
|
||||
const Property = G.Property;
|
||||
const Arg = G.Arg;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const glob = @import("./glob.zig");
|
||||
pub const StmtNodeIndex = js_ast.StmtNodeIndex;
|
||||
pub const ExprNodeIndex = js_ast.ExprNodeIndex;
|
||||
pub const ExprNodeList = js_ast.ExprNodeList;
|
||||
@@ -25088,6 +25087,7 @@ const string = []const u8;
|
||||
|
||||
const FeatureFlags = @import("./feature_flags.zig");
|
||||
const _runtime = @import("./runtime.zig");
|
||||
const glob = @import("./glob.zig");
|
||||
const ObjectPool = @import("./pool.zig").ObjectPool;
|
||||
|
||||
const Define = @import("./defines.zig").Define;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, expect, describe } from "bun:test";
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import { bunEnv, bunExe, tempDirWithFiles } from "harness";
|
||||
|
||||
describe("import.meta.glob", () => {
|
||||
|
||||
Reference in New Issue
Block a user