[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-23 09:44:09 +00:00
committed by GitHub
parent 7cb2bf1eeb
commit cdf73bbbae
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bun
import { spawnSync } from "child_process";
import { existsSync, mkdirSync, rm, rmSync } from "fs";
import { existsSync, mkdirSync, rmSync } from "fs";
import { arch, platform } from "os";
import { join, resolve } from "path";

View File

@@ -950,7 +950,6 @@ pub const JSGlobalObject = opaque {
const string = []const u8;
const napi = @import("../../napi/napi.zig");
const std = @import("std");
const bun = @import("bun");