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:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user