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
This commit is contained in:
Michael Telatynski
2026-05-28 08:58:34 +01:00
committed by GitHub
parent c6b2f8955d
commit 013413c27a
@@ -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;
}