Commit fa882e4
fix: Handle splat/catch-all routes in URL pattern matching
A bare `$` segment matches multiple path segments (e.g., `/files/$`
matches `/files/a/b/c`).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 055babe commit fa882e4
2 files changed
Lines changed: 15 additions & 0 deletions
File tree
- packages/tanstackstart-react
- src/server
- test/server
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
44 | 56 | | |
0 commit comments