Fix formatters not running in CI + delete unnecessary files (#19433)

This commit is contained in:
Jarred Sumner
2025-05-08 23:22:16 -07:00
committed by GitHub
parent b5f31a6ee2
commit 14b439a115
340 changed files with 2317 additions and 2531 deletions

View File

@@ -1,6 +1,6 @@
import { join, resolve } from "path";
import { bunExe, bunEnv } from "harness";
import type { SpawnOptions } from "bun";
import { bunEnv, bunExe } from "harness";
import { join, resolve } from "path";
const fixturePath = (...segs: string[]) => resolve(import.meta.dirname, "fixtures", "preload", ...segs);