|
| 1 | +/* __next_internal_action_entry_do_not_use__ {"0090eaf4e1f08a2d94f6be401e54a2ded399b87c":"action0","188d5d945750dc32e2c842b93c75a65763d4a922":"$$ACTION_1","6d53ce510b2e36499b8f56038817b9bad86cabb4":"$$ACTION_0","9878bfa39811ca7650992850a8751f9591b6a557":"$$ACTION_2"} */ import { registerServerReference } from "private-next-rsc-server-reference"; |
| 2 | +import { encryptActionBoundArgs, decryptActionBoundArgs } from "private-next-rsc-action-encryption"; |
| 3 | +let a, f; |
| 4 | +export async function action0(b, c, ...g) { |
| 5 | + return registerServerReference("9878bfa39811ca7650992850a8751f9591b6a557", $$ACTION_2).bind(null, encryptActionBoundArgs("9878bfa39811ca7650992850a8751f9591b6a557", [ |
| 6 | + c, |
| 7 | + g, |
| 8 | + b |
| 9 | + ])); |
| 10 | +} |
| 11 | +export async function $$ACTION_0($$ACTION_CLOSURE_BOUND, e) { |
| 12 | + var [$$ACTION_ARG_0, $$ACTION_ARG_1, $$ACTION_ARG_2, $$ACTION_ARG_3] = await decryptActionBoundArgs("6d53ce510b2e36499b8f56038817b9bad86cabb4", $$ACTION_CLOSURE_BOUND); |
| 13 | + console.log(a, $$ACTION_ARG_0, $$ACTION_ARG_1, e, $$ACTION_ARG_2, $$ACTION_ARG_3); |
| 14 | +} |
| 15 | +export async function $$ACTION_1($$ACTION_CLOSURE_BOUND, e) { |
| 16 | + var [$$ACTION_ARG_0, $$ACTION_ARG_1, $$ACTION_ARG_2] = await decryptActionBoundArgs("188d5d945750dc32e2c842b93c75a65763d4a922", $$ACTION_CLOSURE_BOUND); |
| 17 | + $$ACTION_ARG_0(e); |
| 18 | + console.log(a, $$ACTION_ARG_1, $$ACTION_ARG_2, e); |
| 19 | +} |
| 20 | +export async function $$ACTION_2($$ACTION_CLOSURE_BOUND, d) { |
| 21 | + var [$$ACTION_ARG_0, $$ACTION_ARG_1, $$ACTION_ARG_2] = await decryptActionBoundArgs("9878bfa39811ca7650992850a8751f9591b6a557", $$ACTION_CLOSURE_BOUND); |
| 22 | + let f; |
| 23 | + console.log(...window, { |
| 24 | + window |
| 25 | + }); |
| 26 | + console.log(a, $$ACTION_ARG_2, action2); |
| 27 | + var action2 = registerServerReference("6d53ce510b2e36499b8f56038817b9bad86cabb4", $$ACTION_0).bind(null, encryptActionBoundArgs("6d53ce510b2e36499b8f56038817b9bad86cabb4", [ |
| 28 | + $$ACTION_ARG_0, |
| 29 | + d, |
| 30 | + f, |
| 31 | + $$ACTION_ARG_1 |
| 32 | + ])); |
| 33 | + return [ |
| 34 | + action2, |
| 35 | + registerServerReference("188d5d945750dc32e2c842b93c75a65763d4a922", $$ACTION_1).bind(null, encryptActionBoundArgs("188d5d945750dc32e2c842b93c75a65763d4a922", [ |
| 36 | + action2, |
| 37 | + $$ACTION_ARG_0, |
| 38 | + d |
| 39 | + ])) |
| 40 | + ]; |
| 41 | +} |
| 42 | +import { ensureServerEntryExports } from "private-next-rsc-action-validate"; |
| 43 | +ensureServerEntryExports([ |
| 44 | + action0 |
| 45 | +]); |
| 46 | +registerServerReference("0090eaf4e1f08a2d94f6be401e54a2ded399b87c", action0); |
0 commit comments