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
feat(router): isolate warning to Express routers and support array paths
1. Scope Router.head warning check to expressRouter instances to prevent mutating the global Router.prototype from the standalone router package.
2. Add pathsOverlap utility to properly detect route shadowing when GET is declared with array paths (e.g. ['/a', '/b']).
3. Add regression tests for array route shadowing and prototype isolation.
0 commit comments