Commit 15790aa
fix: transform Regex named capture groups for Golang (#1809)
* fix: transform named capture groups for Golang
* chore: enable failing edge-render-getserversideprops test
* fix: transform named capture groups to simple capture groups
Co-authored-by: Matt Kane <matt.kane@netlify.com>
* chore: remove unnecessary escape for linter
* chore: fix prettier style complaint
Co-authored-by: Matt Kane <matt.kane@netlify.com>1 parent 3682002 commit 15790aa
File tree
6 files changed
+5
-2
lines changed- packages/runtime/src/helpers
- test/e2e/tests/edge-render-getserversideprops
- app
- pages
6 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments