Skip to content

Commit 52222d3

Browse files
authored
chore: rename vite-rsc to vite-plugin-rsc (#399)
1 parent 6a86657 commit 52222d3

File tree

6 files changed

+24
-22
lines changed

6 files changed

+24
-22
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ on:
6565
- vite-plugin-svelte
6666
- vite-plugin-vue
6767
- vite-plugin-cloudflare
68-
- vite-rsc
68+
- vite-plugin-rsc
6969
- vite-setup-catalogue
7070
- vitepress
7171
- vitest
@@ -170,7 +170,7 @@ jobs:
170170
- vite-plugin-svelte
171171
- vite-plugin-vue
172172
- vite-plugin-cloudflare
173-
- vite-rsc
173+
- vite-plugin-rsc
174174
- vite-setup-catalogue
175175
- vitepress
176176
- vitest

.github/workflows/ecosystem-ci-rolldown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- vite-plugin-svelte
7474
- vite-plugin-vue
7575
- vite-plugin-cloudflare
76-
- vite-rsc
76+
- vite-plugin-rsc
7777
- vite-setup-catalogue
7878
- vitepress
7979
- vitest

.github/workflows/ecosystem-ci-selected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ on:
6767
- vite-plugin-svelte
6868
- vite-plugin-vue
6969
- vite-plugin-cloudflare
70-
- vite-rsc
70+
- vite-plugin-rsc
7171
- vite-setup-catalogue
7272
- vitepress
7373
- vitest

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- vite-plugin-svelte
7777
- vite-plugin-vue
7878
- vite-plugin-cloudflare
79-
- vite-rsc
79+
- vite-plugin-rsc
8080
- vite-setup-catalogue
8181
- vitepress
8282
- vitest

tests/vite-plugin-rsc.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import { runInRepo } from '../utils.ts'
2+
import type { RunOptions } from '../types.js'
3+
4+
export async function test(options: RunOptions) {
5+
await runInRepo({
6+
...options,
7+
repo: 'vitejs/vite-plugin-react',
8+
build: 'build',
9+
beforeTest: 'pnpm playwright install chromium',
10+
test: [
11+
'pnpm -C packages/plugin-rsc test-e2e',
12+
'pnpm -C packages/plugin-rsc tsc',
13+
],
14+
})
15+
}
16+
17+
export const rolldownViteExpectedFailureReason = `
18+
needs to be updated on plugin-rsc / vite-plugin-cloudflare side (https://github.com/cloudflare/workers-sdk/issues/9609)
19+
`

tests/vite-rsc.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)