We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.1
https://paths.esm.dev/?p=AAMeJbiAwB4U7BTA0AGBCQmoAEUduADagKA.#
Define a path with two parameters, the first using a custom a regex and the second without.
The regex is applied only for the first parameter, the second parameter uses the default regex.
The custom regex is applied to both parameters.
The text was updated successfully, but these errors were encountered:
fix(matcher): clear customRe after consuming buffer to avoid re-use f…
69d51b0
…or subsequent parameters close vuejs#679
Thanks!
Sorry, something went wrong.
fix(matcher): clear customRe after consuming buffer (#680)
4c0b825
Fix #679
Successfully merging a pull request may close this issue.
Version
4.0.1
Reproduction link
https://paths.esm.dev/?p=AAMeJbiAwB4U7BTA0AGBCQmoAEUduADagKA.#
Steps to reproduce
Define a path with two parameters, the first using a custom a regex and the second without.
What is expected?
The regex is applied only for the first parameter, the second parameter uses the default regex.
What is actually happening?
The custom regex is applied to both parameters.
The text was updated successfully, but these errors were encountered: