refactor(scripts): consolidate redundant tooling paths (#118259)

This commit is contained in:
Peter Steinberger
2026-08-02 16:20:09 -07:00
committed by GitHub
parent 15560382a2
commit 9b8e50b9f6
56 changed files with 393 additions and 1283 deletions
@@ -9,7 +9,7 @@ import { pathToFileURL } from "node:url";
import { promisify } from "node:util";
import { formatErrorMessage } from "../../src/infra/errors.ts";
import { createPluginStateKeyedStore } from "../../src/plugin-state/plugin-state-store.ts";
import { readBoundedResponseText } from "../lib/bounded-response.ts";
import { readBoundedResponseText } from "../lib/bounded-response.mjs";
import {
maskIdentifier,
parseStrictIntegerOption,
+1 -1
View File
@@ -3,7 +3,7 @@ import { mkdtemp, rm, writeFile } from "node:fs/promises";
import { tmpdir } from "node:os";
import path from "node:path";
import { pathToFileURL } from "node:url";
import { readBoundedResponseText } from "../lib/bounded-response.ts";
import { readBoundedResponseText } from "../lib/bounded-response.mjs";
import {
parseStrictIntegerOption,
previewForDevToolLog,