We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb1287 commit bb48a16Copy full SHA for bb48a16
packages/plugin-rsc/src/transforms/waku.test.ts
@@ -4,7 +4,9 @@ import { transformDirectiveProxyExport } from './proxy-export'
4
import { transformServerActionServer } from './server-action'
5
import { debugSourceMap } from './test-utils'
6
7
-// Unified utility for directive proxy export transforms
+// copied from
8
+// https://github.com/wakujs/waku/blob/55cc5fb3c74b1cd9fa5dac5b20b8626c4d5043ff/packages/waku/tests/vite-plugin-rsc-transform-internals.test.ts
9
+
10
async function testDirectiveTransform(input: string, directive: string) {
11
const ast = await parseAstAsync(input)
12
const result = transformDirectiveProxyExport(ast, {
0 commit comments