From 3fe310b908df2821d50b479143bc6e5240c4a250 Mon Sep 17 00:00:00 2001 From: dormouse-bot <287024035+dormouse-bot@users.noreply.github.com> Date: Sat, 8 Aug 2026 07:22:46 +0000 Subject: [PATCH] chore(dor): drop unused ppid from ambient process declaration --- dor/src/node-runtime.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dor/src/node-runtime.d.ts b/dor/src/node-runtime.d.ts index 14e25ff7..c926a118 100644 --- a/dor/src/node-runtime.d.ts +++ b/dor/src/node-runtime.d.ts @@ -24,7 +24,6 @@ declare module 'node:path' { declare const process: { platform: string; - ppid: number; cwd(): string; };