From 013413c27a8ebb82b365ab7de0405e0d54e3b412 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 28 May 2026 08:58:34 +0100 Subject: [PATCH] Delete packages/playwright-common/src/@types/playwright-core.d.ts (#33631) As identified in https://github.com/element-hq/element-web/pull/33592 this is no longer accessible --- .../src/@types/playwright-core.d.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/playwright-common/src/@types/playwright-core.d.ts diff --git a/packages/playwright-common/src/@types/playwright-core.d.ts b/packages/playwright-common/src/@types/playwright-core.d.ts deleted file mode 100644 index 3db7bb9c4c..0000000000 --- a/packages/playwright-common/src/@types/playwright-core.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* -Copyright 2024-2025 New Vector Ltd. -Copyright 2024 The Matrix.org Foundation C.I.C. - -SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial -Please see LICENSE files in the repository root for full details. -*/ - -declare module "playwright-core/lib/utils" { - // This type is not public in playwright-core utils - export function sanitizeForFilePath(filePath: string): string; -}