[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-07-29 13:06:37 +00:00
committed by GitHub
parent 581d72ae60
commit 5812103e08
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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", () => {