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 cf33eb6 commit 555fdb9Copy full SHA for 555fdb9
packages/plugin-rsc/src/transforms/proxy-export.test.ts
@@ -4,10 +4,7 @@ import { transformProxyExport } from './proxy-export'
4
import { debugSourceMap } from './test-utils'
5
import { transformWrapExport } from './wrap-export'
6
7
-async function testTransform(
8
- input: string,
9
- options?: { keep?: boolean; rejectNonAsyncFunction?: boolean },
10
-) {
+async function testTransform(input: string, options?: { keep?: boolean }) {
11
const ast = await parseAstAsync(input)
12
const result = transformProxyExport(ast, {
13
code: input,
0 commit comments