Skip to content

Commit

Permalink
feat(turbopack): add support for parallel routes and route intercepti…
Browse files Browse the repository at this point in the history
…on (#57450)

### What?

We have to walk the directory tree recursively for every page (instead
of once) to get the correct loaderTree.

With this PR we walk the directory tree and for every
`page.(js,jsx,ts,tsx)` (entrypoint) we find we walk it again to get the
loader tree for that page


Closes WEB-1868
Closes WEB-1609
  • Loading branch information
ForsakenHarmony authored Oct 26, 2023
1 parent f7a7a8e commit c616582
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 234 deletions.
Loading

0 comments on commit c616582

Please sign in to comment.