From cea382015fa3cafe9818decb38ed6257825528a3 Mon Sep 17 00:00:00 2001 From: Sander Date: Thu, 6 Apr 2023 17:40:49 +0200 Subject: [PATCH] chore(ct): rename component.d.ts (#22234) --- packages/playwright-ct-react/hooks.d.ts | 2 +- packages/playwright-ct-react/index.d.ts | 2 +- packages/playwright-ct-react17/hooks.d.ts | 2 +- packages/playwright-ct-react17/index.d.ts | 2 +- packages/playwright-ct-solid/hooks.d.ts | 2 +- packages/playwright-ct-solid/index.d.ts | 2 +- packages/playwright-ct-svelte/hooks.d.ts | 2 +- packages/playwright-ct-svelte/index.d.ts | 2 +- packages/playwright-ct-vue/hooks.d.ts | 2 +- packages/playwright-ct-vue/index.d.ts | 2 +- packages/playwright-ct-vue/registerSource.mjs | 2 +- packages/playwright-ct-vue2/hooks.d.ts | 2 +- packages/playwright-ct-vue2/index.d.ts | 2 +- packages/playwright-test/src/mount.ts | 2 +- .../types/{component.d.ts => experimentalComponent.d.ts} | 0 15 files changed, 14 insertions(+), 14 deletions(-) rename packages/playwright-test/types/{component.d.ts => experimentalComponent.d.ts} (100%) diff --git a/packages/playwright-ct-react/hooks.d.ts b/packages/playwright-ct-react/hooks.d.ts index cc2b660587..658146662c 100644 --- a/packages/playwright-ct-react/hooks.d.ts +++ b/packages/playwright-ct-react/hooks.d.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { hooksConfig?: HooksConfig; App: () => JSX.Element }) => Promise diff --git a/packages/playwright-ct-react/index.d.ts b/packages/playwright-ct-react/index.d.ts index 75a7a097d5..3835c7cd44 100644 --- a/packages/playwright-ct-react/index.d.ts +++ b/packages/playwright-ct-react/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; export type PlaywrightTestConfig = Omit, 'use'> & { diff --git a/packages/playwright-ct-react17/hooks.d.ts b/packages/playwright-ct-react17/hooks.d.ts index cc2b660587..658146662c 100644 --- a/packages/playwright-ct-react17/hooks.d.ts +++ b/packages/playwright-ct-react17/hooks.d.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { hooksConfig?: HooksConfig; App: () => JSX.Element }) => Promise diff --git a/packages/playwright-ct-react17/index.d.ts b/packages/playwright-ct-react17/index.d.ts index 75a7a097d5..3835c7cd44 100644 --- a/packages/playwright-ct-react17/index.d.ts +++ b/packages/playwright-ct-react17/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; export type PlaywrightTestConfig = Omit, 'use'> & { diff --git a/packages/playwright-ct-solid/hooks.d.ts b/packages/playwright-ct-solid/hooks.d.ts index 398a2390bb..a3c357085c 100644 --- a/packages/playwright-ct-solid/hooks.d.ts +++ b/packages/playwright-ct-solid/hooks.d.ts @@ -15,7 +15,7 @@ */ import { JSXElement } from "solid-js"; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { hooksConfig?: HooksConfig, App: () => JSXElement }) => Promise diff --git a/packages/playwright-ct-solid/index.d.ts b/packages/playwright-ct-solid/index.d.ts index 75a7a097d5..3835c7cd44 100644 --- a/packages/playwright-ct-solid/index.d.ts +++ b/packages/playwright-ct-solid/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; export type PlaywrightTestConfig = Omit, 'use'> & { diff --git a/packages/playwright-ct-svelte/hooks.d.ts b/packages/playwright-ct-svelte/hooks.d.ts index 46ab2f64e2..0a086825c4 100644 --- a/packages/playwright-ct-svelte/hooks.d.ts +++ b/packages/playwright-ct-svelte/hooks.d.ts @@ -15,7 +15,7 @@ */ import type { SvelteComponent } from 'svelte'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { hooksConfig?: HooksConfig }) => Promise diff --git a/packages/playwright-ct-svelte/index.d.ts b/packages/playwright-ct-svelte/index.d.ts index 37863a0a91..55e0e24911 100644 --- a/packages/playwright-ct-svelte/index.d.ts +++ b/packages/playwright-ct-svelte/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; import type { SvelteComponent, ComponentProps } from 'svelte/types/runtime'; diff --git a/packages/playwright-ct-vue/hooks.d.ts b/packages/playwright-ct-vue/hooks.d.ts index d92b34b10f..19ec4cb41e 100644 --- a/packages/playwright-ct-vue/hooks.d.ts +++ b/packages/playwright-ct-vue/hooks.d.ts @@ -15,7 +15,7 @@ */ import type { App, ComponentPublicInstance } from 'vue'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { app: App; hooksConfig?: HooksConfig }) => Promise diff --git a/packages/playwright-ct-vue/index.d.ts b/packages/playwright-ct-vue/index.d.ts index f8636036d7..6bcdc5706b 100644 --- a/packages/playwright-ct-vue/index.d.ts +++ b/packages/playwright-ct-vue/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; export type PlaywrightTestConfig = Omit, 'use'> & { diff --git a/packages/playwright-ct-vue/registerSource.mjs b/packages/playwright-ct-vue/registerSource.mjs index 82680c89ae..8838800d4b 100644 --- a/packages/playwright-ct-vue/registerSource.mjs +++ b/packages/playwright-ct-vue/registerSource.mjs @@ -21,7 +21,7 @@ import { createApp as __pwCreateApp, setDevtoolsHook as __pwSetDevtoolsHook, h a import { compile as __pwCompile } from '@vue/compiler-dom'; import * as __pwVue from 'vue'; -/** @typedef {import('@playwright/test/types/component').Component} Component */ +/** @typedef {import('@playwright/test/types/experimentalComponent').Component} Component */ /** @typedef {import('vue').Component} FrameworkComponent */ /** @type {Map} */ diff --git a/packages/playwright-ct-vue2/hooks.d.ts b/packages/playwright-ct-vue2/hooks.d.ts index 55104c9d3e..a8c16dddcc 100644 --- a/packages/playwright-ct-vue2/hooks.d.ts +++ b/packages/playwright-ct-vue2/hooks.d.ts @@ -16,7 +16,7 @@ import { ComponentOptions } from 'vue'; import { CombinedVueInstance, Vue, VueConstructor } from 'vue/types/vue'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; export declare function beforeMount( callback: (params: { diff --git a/packages/playwright-ct-vue2/index.d.ts b/packages/playwright-ct-vue2/index.d.ts index 3ea059a04a..a9cb47a132 100644 --- a/packages/playwright-ct-vue2/index.d.ts +++ b/packages/playwright-ct-vue2/index.d.ts @@ -23,7 +23,7 @@ import type { PlaywrightWorkerOptions, Locator, } from '@playwright/test'; -import type { JsonObject } from '@playwright/test/types/component'; +import type { JsonObject } from '@playwright/test/types/experimentalComponent'; import type { InlineConfig } from 'vite'; export type PlaywrightTestConfig = Omit, 'use'> & { diff --git a/packages/playwright-test/src/mount.ts b/packages/playwright-test/src/mount.ts index 0be8824872..6cec8d9445 100644 --- a/packages/playwright-test/src/mount.ts +++ b/packages/playwright-test/src/mount.ts @@ -15,7 +15,7 @@ */ import type { Fixtures, Locator, Page, BrowserContextOptions, PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, BrowserContext, ContextReuseMode, FullConfigInternal } from './common/types'; -import type { Component, JsxComponent, MountOptions } from '../types/component'; +import type { Component, JsxComponent, MountOptions } from '../types/experimentalComponent'; let boundCallbacksForMount: Function[] = []; diff --git a/packages/playwright-test/types/component.d.ts b/packages/playwright-test/types/experimentalComponent.d.ts similarity index 100% rename from packages/playwright-test/types/component.d.ts rename to packages/playwright-test/types/experimentalComponent.d.ts