|
2 | 2 |
|
3 | 3 | exports[`function helpers config dependency tracing extracts a list of all dependencies 1`] = `
|
4 | 4 | Array [
|
5 |
| - ".next/package.json", |
6 |
| - ".next/server/app/app-edge/page.js", |
7 |
| - ".next/server/app/blog/[author]/[slug]/page.js", |
8 |
| - ".next/server/app/blog/[author]/page.js", |
9 |
| - ".next/server/chunks/CHUNK_ID.js", |
10 |
| - ".next/server/chunks/CHUNK_ID.js", |
11 |
| - ".next/server/chunks/CHUNK_ID.js", |
12 |
| - ".next/server/chunks/CHUNK_ID.js", |
13 |
| - ".next/server/chunks/CHUNK_ID.js", |
14 |
| - ".next/server/chunks/CHUNK_ID.js", |
15 |
| - ".next/server/chunks/CHUNK_ID.js", |
16 |
| - ".next/server/chunks/CHUNK_ID.js", |
17 |
| - ".next/server/chunks/CHUNK_ID.js", |
18 |
| - ".next/server/chunks/header.js", |
19 |
| - ".next/server/pages/_app.js", |
20 |
| - ".next/server/pages/_document.js", |
21 |
| - ".next/server/pages/_error.js", |
22 |
| - ".next/server/pages/api/enterPreview.js", |
23 |
| - ".next/server/pages/api/exitPreview.js", |
24 |
| - ".next/server/pages/api/hello-background.js", |
25 |
| - ".next/server/pages/api/hello-scheduled.js", |
26 |
| - ".next/server/pages/api/hello.js", |
27 |
| - ".next/server/pages/api/og.js", |
28 |
| - ".next/server/pages/api/revalidate.js", |
29 |
| - ".next/server/pages/api/shows/[...params].js", |
30 |
| - ".next/server/pages/api/shows/[id].js", |
31 |
| - ".next/server/pages/deep/import.js", |
32 |
| - ".next/server/pages/edge/[id].js", |
33 |
| - ".next/server/pages/getServerSideProps/[id].js", |
34 |
| - ".next/server/pages/getServerSideProps/all/[[...slug]].js", |
35 |
| - ".next/server/pages/getServerSideProps/file.js", |
36 |
| - ".next/server/pages/getServerSideProps/static.js", |
37 |
| - ".next/server/pages/getStaticProps/[id].js", |
38 |
| - ".next/server/pages/getStaticProps/env.js", |
39 |
| - ".next/server/pages/getStaticProps/static.js", |
40 |
| - ".next/server/pages/getStaticProps/with-revalidate-404.js", |
41 |
| - ".next/server/pages/getStaticProps/with-revalidate.js", |
42 |
| - ".next/server/pages/getStaticProps/withFallback/[...slug].js", |
43 |
| - ".next/server/pages/getStaticProps/withFallback/[id].js", |
44 |
| - ".next/server/pages/getStaticProps/withFallbackBlocking/[id].js", |
45 |
| - ".next/server/pages/getStaticProps/withRevalidate/[id].js", |
46 |
| - ".next/server/pages/getStaticProps/withRevalidate/withFallback/[id].js", |
47 |
| - ".next/server/pages/getStaticProps/withRevalidate/withFallbackBlocking/[id].js", |
48 |
| - ".next/server/pages/index.js", |
49 |
| - ".next/server/pages/previewTest.js", |
50 |
| - ".next/server/pages/shows/[...params].js", |
51 |
| - ".next/server/pages/shows/[id].js", |
52 |
| - ".next/server/webpack-api-runtime.js", |
53 |
| - ".next/server/webpack-runtime.js", |
54 |
| - "components/Header.js", |
55 |
| - "hello.txt", |
56 |
| - "package.json", |
57 | 5 | "../../node_modules/next/dist/client/add-base-path.js",
|
58 | 6 | "../../node_modules/next/dist/client/add-locale.js",
|
59 | 7 | "../../node_modules/next/dist/client/detect-domain-locale.js",
|
@@ -182,6 +130,58 @@ Array [
|
182 | 130 | "../../node_modules/react/index.js",
|
183 | 131 | "../../node_modules/react/package.json",
|
184 | 132 | "../../package.json",
|
| 133 | + ".next/package.json", |
| 134 | + ".next/server/app/app-edge/page.js", |
| 135 | + ".next/server/app/blog/[author]/[slug]/page.js", |
| 136 | + ".next/server/app/blog/[author]/page.js", |
| 137 | + ".next/server/chunks/CHUNK_ID.js", |
| 138 | + ".next/server/chunks/CHUNK_ID.js", |
| 139 | + ".next/server/chunks/CHUNK_ID.js", |
| 140 | + ".next/server/chunks/CHUNK_ID.js", |
| 141 | + ".next/server/chunks/CHUNK_ID.js", |
| 142 | + ".next/server/chunks/CHUNK_ID.js", |
| 143 | + ".next/server/chunks/CHUNK_ID.js", |
| 144 | + ".next/server/chunks/CHUNK_ID.js", |
| 145 | + ".next/server/chunks/CHUNK_ID.js", |
| 146 | + ".next/server/chunks/header.js", |
| 147 | + ".next/server/pages/_app.js", |
| 148 | + ".next/server/pages/_document.js", |
| 149 | + ".next/server/pages/_error.js", |
| 150 | + ".next/server/pages/api/enterPreview.js", |
| 151 | + ".next/server/pages/api/exitPreview.js", |
| 152 | + ".next/server/pages/api/hello-background.js", |
| 153 | + ".next/server/pages/api/hello-scheduled.js", |
| 154 | + ".next/server/pages/api/hello.js", |
| 155 | + ".next/server/pages/api/og.js", |
| 156 | + ".next/server/pages/api/revalidate.js", |
| 157 | + ".next/server/pages/api/shows/[...params].js", |
| 158 | + ".next/server/pages/api/shows/[id].js", |
| 159 | + ".next/server/pages/deep/import.js", |
| 160 | + ".next/server/pages/edge/[id].js", |
| 161 | + ".next/server/pages/getServerSideProps/[id].js", |
| 162 | + ".next/server/pages/getServerSideProps/all/[[...slug]].js", |
| 163 | + ".next/server/pages/getServerSideProps/file.js", |
| 164 | + ".next/server/pages/getServerSideProps/static.js", |
| 165 | + ".next/server/pages/getStaticProps/[id].js", |
| 166 | + ".next/server/pages/getStaticProps/env.js", |
| 167 | + ".next/server/pages/getStaticProps/static.js", |
| 168 | + ".next/server/pages/getStaticProps/with-revalidate-404.js", |
| 169 | + ".next/server/pages/getStaticProps/with-revalidate.js", |
| 170 | + ".next/server/pages/getStaticProps/withFallback/[...slug].js", |
| 171 | + ".next/server/pages/getStaticProps/withFallback/[id].js", |
| 172 | + ".next/server/pages/getStaticProps/withFallbackBlocking/[id].js", |
| 173 | + ".next/server/pages/getStaticProps/withRevalidate/[id].js", |
| 174 | + ".next/server/pages/getStaticProps/withRevalidate/withFallback/[id].js", |
| 175 | + ".next/server/pages/getStaticProps/withRevalidate/withFallbackBlocking/[id].js", |
| 176 | + ".next/server/pages/index.js", |
| 177 | + ".next/server/pages/previewTest.js", |
| 178 | + ".next/server/pages/shows/[...params].js", |
| 179 | + ".next/server/pages/shows/[id].js", |
| 180 | + ".next/server/webpack-api-runtime.js", |
| 181 | + ".next/server/webpack-runtime.js", |
| 182 | + "components/Header.js", |
| 183 | + "hello.txt", |
| 184 | + "package.json", |
185 | 185 | ]
|
186 | 186 | `;
|
187 | 187 |
|
|
0 commit comments