Commit b6d4433
authored
loader tree: add special segment name to virtual parallel route segments (vercel#82383)
When constructing the loader tree for parallel route segments, we inject
a `children` segment, which could contain things like slot level
layout/error/loading files. We want a way to distinguish between these
virtual segments that exist just for organizational purposes rather than
relying on `children`. This updates the loader tree construction code to
give these more unique names. In the future, we should see if we can
remove the need for this virtual segment if there are no special files
needed at that segment of the tree.1 parent 08e5b06 commit b6d4433
File tree
2 files changed
+6
-10
lines changed- crates/next-core/src
- packages/next/src/build/webpack/loaders/next-app-loader
2 files changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | | - | |
| 1057 | + | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
| |||
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | 1078 | | |
1083 | 1079 | | |
1084 | 1080 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
| 399 | + | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| |||
0 commit comments