You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): improve static path generation performance and fix parameter collisions
- Replace O(n²) parameter deduplication with O(n) Map-based approach
- Fix parameter value collisions by adding type prefixes (A: for arrays, S: for strings, U: for undefined)
- Rewrite assignErrorIfEmpty to use Trie data structure for efficient route analysis
- Add comprehensive test coverage for edge cases including collisions and empty inputs
- Sort route parameter keys for consistent Map iteration order
0 commit comments