-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🆒 Your use case
- index routes
- dynamic params with
/[<ROUTE_PARAM_NAME>].tssyntax - dynamic method with
/(<METHOD>).tssyntax - grouping (implemented with a simple sort)
Optional:
- wildcard
/[...id].ts(/*in the route) - wildcard with
/@[...]prefix (already implemented with wildcard implementation) - apply usage in frontend (eg support jsx-tsx extensions)
Source: directory-structure
🆕 The solution you'd like
All implementations can be find in universal-autoloader
🔍 Alternatives you've considered
No response
ℹ️ Additional info
Related discussion: magne4000/universal-middleware#86
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request