Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support named capturing groups #32

Open
ramiel opened this issue Sep 8, 2019 · 0 comments
Open

Support named capturing groups #32

ramiel opened this issue Sep 8, 2019 · 0 comments

Comments

@ramiel
Copy link
Owner

ramiel commented Sep 8, 2019

If a route is defined through a RegExp, it should put into params any named capturing group. The name will be the key in the params object. This needs that the language supports named capturing group so we need to refer to https://github.com/tc39/proposal-regexp-named-groups/blob/master/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant