Skip to content

Commit 72be380

Browse files
hi-ogawaclaude
andcommitted
refactor(rsc): rename lazy-client-css to lazy-css
The directory now contains tests for both client and server lazy CSS cases. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 11297f7 commit 72be380

9 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/client-direct.css renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/client-direct.css

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/client-direct.tsx renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/client-direct.tsx

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/client.tsx renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/client.tsx

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/lazy-dep.css renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/lazy-dep.css

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/lazy-dep.tsx renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/lazy-dep.tsx

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/lazy-server-dep.css renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/lazy-server-dep.css

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/lazy-server-dep.tsx renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/lazy-server-dep.tsx

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/lazy-client-css/server.tsx renamed to packages/plugin-rsc/examples/basic/src/routes/lazy-css/server.tsx

File renamed without changes.

packages/plugin-rsc/examples/basic/src/routes/root.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ import { TestHmrSwitchClient } from './hmr-switch/client'
3434
import { TestHmrSwitchServer } from './hmr-switch/server'
3535
import { TestHydrationMismatch } from './hydration-mismatch/server'
3636
import { TestImportMetaGlob } from './import-meta-glob/server'
37-
import { TestLazyClientCss } from './lazy-client-css/client'
38-
import {
39-
TestLazyClientCssServer,
40-
TestLazyServerCss,
41-
} from './lazy-client-css/server'
37+
import { TestLazyClientCss } from './lazy-css/client'
38+
import { TestLazyClientCssServer, TestLazyServerCss } from './lazy-css/server'
4239
import { TestModuleInvalidationServer } from './module-invalidation/server'
4340
import { TestPayloadServer } from './payload/server'
4441
import { TestReactCache } from './react-cache/server'

0 commit comments

Comments
 (0)