Closed mrhut10 closed 2 months ago
Thanks @mrhut10 I think we can simplify the logic here: https://github.com/tatethurston/nextjs-routes/pull/197/files#diff-0f1014b17b5948e279ed4a1655ad41da1f62234c1f9dfde1f3dfd03635a0bd6d
Specifically, omitting any filepath that contains (.) (..) (..)(...) (...) and then filtering out any segments that start with '@'.
this is an initial play to address #194
Parallel Support
it will filter out
@
prefixed segmentsIntercepting Support
will ignore out
(.)
prefixes below at@
prefixed segmentwill pop segments when
(..)
prefix present below at@
prefixed segmentwill reset all segments to base when see a
(...)
prefix segment below at@
prefixed segment