File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -945,6 +945,7 @@ function normalizeReferenceId(id: string, name: 'client' | 'rsc') {
945945 return normalizeViteImportAnalysisUrl ( environment , id )
946946}
947947
948+ /** @experimental */
948949export function vitePluginUseClient (
949950 useClientPluginOptions : Pick <
950951 RscPluginOptions ,
@@ -1151,7 +1152,8 @@ export function vitePluginUseClient(
11511152 ]
11521153}
11531154
1154- function vitePluginDefineEncryptionKey (
1155+ /** @experimental */
1156+ export function vitePluginDefineEncryptionKey (
11551157 useServerPluginOptions : Pick < RscPluginOptions , 'defineEncryptionKey' > ,
11561158) : Plugin [ ] {
11571159 let defineEncryptionKey : string
@@ -1210,6 +1212,7 @@ function vitePluginDefineEncryptionKey(
12101212 ]
12111213}
12121214
1215+ /** @experimental */
12131216export function vitePluginUseServer (
12141217 useServerPluginOptions : Pick <
12151218 RscPluginOptions ,
You can’t perform that action at this time.
0 commit comments