Commit 74b3f0f
Server Action tests (#62655)
### What?
Backports some Server Action changes from Shu to 14.1.1.
[Improve the Server Actions SWC transform
](bf6460e)
[Fix Server Reference being double
registered](ef81b10)
[Improve the Server Actions SWC transform (part
2)](6e59c22)
[Fix module-level Server Action creation with closure-closed
values](51c6a07)
[Rename internal utility naming for
clarification](00d8e6e)
### Why?
### How?
---------
Co-authored-by: Shu Ding <g@shud.in>
Co-authored-by: JJ Kasper <jj@jjsweb.site>1 parent a6946b6 commit 74b3f0f
File tree
61 files changed
+601
-440
lines changed- .github/workflows
- packages
- next-swc/crates
- next-core/src
- next_server
- next-custom-transforms
- src/transforms
- tests
- errors/server-actions
- client-graph/1
- server-graph
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- fixture/server-actions
- client/5
- server
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 1
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 2
- 30
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- next/src
- build
- templates
- webpack/loaders/next-flight-loader
- lib
- server
- app-render
- test/e2e/app-dir/actions
- app
- encryption
- server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+601
-440
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
| 832 | + | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments