Commit 1b702ae
File tree
Expand file treeCollapse file tree
22 files changed
+441
-219
lines changedFilter options
- packages/next/src
- client/components/router-reducer
- server
- test/e2e/app-dir
- segment-cache
- cdn-cache-busting
- app
- target-page
- components
- conflicting-routes
Expand file treeCollapse file tree
22 files changed
+441
-219
lines changedpackages/next/src/client/components/router-reducer/set-cache-busting-search-param.ts
Copy file name to clipboardExpand all lines: packages/next/src/client/components/router-reducer/set-cache-busting-search-param.ts+12-8Lines changed: 12 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
39 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
|
packages/next/src/server/base-server.ts
Copy file name to clipboardExpand all lines: packages/next/src/server/base-server.ts+45Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | + |
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
| ||
177 | 178 |
|
178 | 179 |
|
179 | 180 |
|
| 181 | + |
180 | 182 |
|
181 | 183 |
|
182 | 184 |
|
| ||
2063 | 2065 |
|
2064 | 2066 |
|
2065 | 2067 |
|
| 2068 | + |
| 2069 | + |
| 2070 | + |
| 2071 | + |
| 2072 | + |
| 2073 | + |
| 2074 | + |
| 2075 | + |
| 2076 | + |
| 2077 | + |
| 2078 | + |
| 2079 | + |
| 2080 | + |
| 2081 | + |
| 2082 | + |
| 2083 | + |
| 2084 | + |
| 2085 | + |
| 2086 | + |
| 2087 | + |
| 2088 | + |
| 2089 | + |
| 2090 | + |
| 2091 | + |
| 2092 | + |
| 2093 | + |
| 2094 | + |
| 2095 | + |
| 2096 | + |
| 2097 | + |
| 2098 | + |
| 2099 | + |
| 2100 | + |
| 2101 | + |
| 2102 | + |
| 2103 | + |
| 2104 | + |
| 2105 | + |
2066 | 2106 |
|
2067 | 2107 |
|
2068 | 2108 |
|
| ||
3820 | 3860 |
|
3821 | 3861 |
|
3822 | 3862 |
|
| 3863 | + |
| 3864 | + |
| 3865 | + |
| 3866 | + |
| 3867 | + |
3823 | 3868 |
|
3824 | 3869 |
|
3825 | 3870 |
|
|
packages/next/src/server/request-meta.ts
Copy file name to clipboardExpand all lines: packages/next/src/server/request-meta.ts+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
92 | 103 |
|
93 | 104 |
|
94 | 105 |
|
|
packages/next/src/shared/lib/router/utils/cache-busting-search-param.ts
Copy file name to clipboard+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
test/e2e/app-dir/ppr-navigations/simple/app/[locale]/about/page.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/app/[locale]/about/page.jsx-9Lines changed: 0 additions & 9 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/app/[locale]/layout.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/app/[locale]/layout.jsx-19Lines changed: 0 additions & 19 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/app/[locale]/page.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/app/[locale]/page.jsx-9Lines changed: 0 additions & 9 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/app/layout.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/app/layout.jsx-3Lines changed: 0 additions & 3 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/app/page.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/app/page.jsx-7Lines changed: 0 additions & 7 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/components/page.jsx
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/components/page.jsx-40Lines changed: 0 additions & 40 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/next.config.js
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/next.config.js-6Lines changed: 0 additions & 6 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/per-segment-prefetching.test.ts
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/per-segment-prefetching.test.ts-65Lines changed: 0 additions & 65 deletions
This file was deleted.
test/e2e/app-dir/ppr-navigations/simple/simple.test.ts
Copy file name to clipboardExpand all lines: test/e2e/app-dir/ppr-navigations/simple/simple.test.ts-31Lines changed: 0 additions & 31 deletions
This file was deleted.
test/e2e/app-dir/segment-cache/cdn-cache-busting/app/layout.tsx
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
test/e2e/app-dir/segment-cache/cdn-cache-busting/app/page.tsx
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
test/e2e/app-dir/segment-cache/cdn-cache-busting/app/target-page/page.tsx
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
0 commit comments